Skip to content

Commit

Permalink
REL: Declare we only support numpy <2.0, as we only support sklearn<1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Sep 13, 2024
1 parent bdf2516 commit 61d4b4e
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,6 +1,6 @@
future>=0.16.0
joblib>=0.14.1
numpy>=1.13.0
numpy>=1.13.0,<2.0
Pillow>=4.3.0
read-roi>=1.5.0; python_version>='3.0'
scikit-image>=0.13.0
Expand Down

0 comments on commit 61d4b4e

Please sign in to comment.