Skip to content

Commit 12d435e

Browse files
authored
📌 Pin numpy<2.0.0 (#876)
- `numpy>=2.0` breaks the tests.
1 parent 76f02f8 commit 12d435e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ joblib>=1.1.1
1313
jupyterlab>=3.5.2
1414
matplotlib>=3.6.2
1515
numba>=0.57.0
16-
numpy>=1.23.5
16+
numpy>=1.23.5, <2.0.0
1717
opencv-python>=4.6.0
1818
openslide-python>=1.2.0
1919
pandas>=2.0.0

0 commit comments

Comments
 (0)