Skip to content

Commit

Permalink
fix networkx lower bound version
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jun 21, 2024
1 parent f458d17 commit 49bf53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"numpy >= 1.25, < 2.0",
"scipy >= 1.13.1, < 2.0",
"h5py >= 3.11.0, < 4.0",
"networkx >= 3.3.3, < 4.0",
"networkx >= 3.1, < 4.0",
"matplotlib >= 3.9.0, < 4.0",
"scikit-learn >= 1.5.0, < 2.0",
"chart-studio >= 1.1.0, < 2.0",
Expand Down

0 comments on commit 49bf53c

Please sign in to comment.