Skip to content

Commit 503596c

Browse files
Pin numpy to < 2
1 parent 82ab3d6 commit 503596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "sgkit Developers", email = "[email protected]"},
1212
]
1313
dependencies = [
14-
"numpy",
14+
"numpy < 2",
1515
"zarr >= 2.17,< 3",
1616
"click",
1717
"tabulate",

0 commit comments

Comments
 (0)