We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8a098d + 7f46ae0 commit 12ebb82Copy full SHA for 12ebb82
setup.cfg
@@ -35,6 +35,8 @@ setup_requires =
35
# Dependencies of the project:
36
install_requires =
37
absl-py==1.4.0
38
+ # Pin to avoid unpinned install in dependencies that requires Python>=3.9.
39
+ networkx==3.1
40
docker==7.0.0
41
numpy>=1.23
42
pandas>=2.0.1
0 commit comments