Skip to content

Commit

Permalink
Merge pull request #33 from resting-dove/resting-dove-numpy_version
Browse files Browse the repository at this point in the history
Restrict Numpy version <2.0
  • Loading branch information
PGelss authored Sep 11, 2024
2 parents 165c7ef + 1ad4320 commit 5aa1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.18.0; python_version >= '3.5'
numpy >= 1.18.0,<2.0; python_version >= '3.5'
numpy == 1.16.4; python_version == '2.7'

scipy >= 1.0.1; python_version >= '3.5'
Expand Down

0 comments on commit 5aa1d1d

Please sign in to comment.