Skip to content

Commit

Permalink
Merge pull request #942 from sys-bio/fix-requirements
Browse files Browse the repository at this point in the history
Required numpy version is different in Python 3.7
  • Loading branch information
luciansmith authored Jan 7, 2022
2 parents 555e88e + 925fbcf commit 6783798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
numpy>=1.22.0
numpy>=1.22.0;python_version>"3.7"
numpy>=1.21.0;python_version<="3.7"

0 comments on commit 6783798

Please sign in to comment.