Skip to content

Commit

Permalink
restrict numpy version to less than 2 for doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Jun 17, 2024
1 parent 72c83ad commit 00019e6
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,3 +1,3 @@
numpy>=1.21.3
numpy>=1.21.3,<2.0.0
scipy>=1.6.1
mip>=1.13.0

0 comments on commit 00019e6

Please sign in to comment.