Skip to content

Commit

Permalink
fix: pin numpy version to <2 for now, while figuring out compatibilit…
Browse files Browse the repository at this point in the history
…y with cython
  • Loading branch information
LuisScoccola committed Jun 17, 2024
1 parent 2381f48 commit a857bef
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.21
numpy>=1.21,<2
scipy>=1.7
scikit-learn>=1.3
cython>=0.29,<3
Expand Down

0 comments on commit a857bef

Please sign in to comment.