Skip to content

Commit

Permalink
Relax networkx pin requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jun 29, 2024
1 parent cf1f634 commit 3ff8c17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-galaxy.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
networkx==2.5
networkx>=2.5
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
networkx==2.5
networkx>=2.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read(f_name):
'Programming Language :: Python :: 3.9',
],
install_requires=[
'networkx==2.5'
'networkx>=2.5'
],
extras_require={
'viz': ['matplotlib'],
Expand Down

0 comments on commit 3ff8c17

Please sign in to comment.