Skip to content

Commit

Permalink
Merge pull request #99 from oseledets/fix/requrements
Browse files Browse the repository at this point in the history
Add constraint on NumPy version (#97)
  • Loading branch information
daskol authored Feb 3, 2024
2 parents a50d5e0 + c938c95 commit 22dff3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Cython>=0.24
numpy>=1.11.0
six>=1.10.0
numpy>=1.11.0; python_version<"3.12"
numpy>=1.11.0,<1.23; python_version=="3.12"
scipy>=0.19
six>=1.10.0

0 comments on commit 22dff3d

Please sign in to comment.