Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update networkx requirement from <=2.8.8 to <=3.1 in /re…
Browse files Browse the repository at this point in the history
…quirements (#1637)

build(deps): update networkx requirement in /requirements

Updates the requirements on [networkx](https://github.com/networkx/networkx) to permit the latest version.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-0.23...networkx-3.1)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 77ef2c9 commit bbb65d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/datatype_graph.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ torch-scatter <=2.1.1
torch-sparse <=0.6.17
torch-geometric >=2.0.0, <=2.3.1
torch-cluster <=1.6.1
networkx <=2.8.8
networkx <=3.1
class-resolver >=0.3.2, <=0.4.2

# todo: check if we can bump this versions, ALSO if bumped you need to update CI for find links
Expand Down

0 comments on commit bbb65d3

Please sign in to comment.