Skip to content

Commit

Permalink
REL: Declare numpy<1.24 requirement
Browse files Browse the repository at this point in the history
In numpy 1.24, dtype=object has to be specified when creating
a ragged array. In fissa, we were reliant on that being automatically
detected.
  • Loading branch information
scottclowe committed Sep 13, 2024
1 parent 61d4b4e commit 1fbc644
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,<2.0
numpy>=1.13.0,<1.24
Pillow>=4.3.0
read-roi>=1.5.0; python_version>='3.0'
scikit-image>=0.13.0
Expand Down

0 comments on commit 1fbc644

Please sign in to comment.