Skip to content

Commit

Permalink
Merge pull request #671 from mlcommons/env_fix
Browse files Browse the repository at this point in the history
fix networkx package dependency version
  • Loading branch information
priyakasimbeg authored Mar 2, 2024
2 parents d8a098d + 7f46ae0 commit 12ebb82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ setup_requires =
# Dependencies of the project:
install_requires =
absl-py==1.4.0
# Pin to avoid unpinned install in dependencies that requires Python>=3.9.
networkx==3.1
docker==7.0.0
numpy>=1.23
pandas>=2.0.1
Expand Down

0 comments on commit 12ebb82

Please sign in to comment.