Skip to content

Commit

Permalink
fix numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 30, 2022
1 parent 3c784dc commit 658473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
include_package_data=True,
install_requires=[
'networkx==2.4',
'numpy==1.22.0',
'numpy==1.19.0',
'scipy==1.4.1',
'pandas==1.0.1',
'pcst-fast==1.0.7',
Expand Down

0 comments on commit 658473f

Please sign in to comment.