Skip to content

Commit

Permalink
Fixed numpy version for python 3.7 in setup.py file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arritmic committed Mar 13, 2021
1 parent ab99aa1 commit dcb7cd1
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 @@
"numpy<=1.15;python_version=='3.4'",
"numpy<=1.15;python_version=='3.5'",
"numpy<=1.17;python_version=='3.6'",
"numpy;python_version>='3.7'",
"numpy>=1.17;python_version>='3.7'",
"scipy<=1.1.0;python_version=='2.7'",
"scipy<=1.2.0;python_version=='3.4'",
"scipy<=1.4.1;python_version=='3.5'",
Expand Down

0 comments on commit dcb7cd1

Please sign in to comment.