Skip to content

Commit

Permalink
Bug fix: install now requires numpy>=1.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrobbins committed Nov 30, 2020
1 parent 8c78778 commit d585fc0
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 @@ -22,7 +22,7 @@
"Operating System :: OS Independent",
],
install_requires=[
'numpy>=1.16',
'numpy>=1.19',
'networkx>=2.0',
'typing>=3.7',
'scipy>=1.3',
Expand Down

0 comments on commit d585fc0

Please sign in to comment.