Skip to content

Commit 0b9324f

Browse files
committed
Pin numpy<2.0 for scikit-image binary compatibility
1 parent fa83efc commit 0b9324f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ full = [
5757
"omero-metadata==0.12.0",
5858
"omero-cli-zarr==0.6.1",
5959
"ome-zarr==0.11.1",
60-
"zarr==2.18.7"
60+
"zarr==2.18.7",
61+
"numpy<2.0"
6162
]
6263

6364
[project.urls]

0 commit comments

Comments
 (0)