Skip to content

Commit 7c01f5d

Browse files
push numpy constraint
1 parent 21331dd commit 7c01f5d

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
@@ -27,7 +27,7 @@ python = "^3.9"
2727
dask = ">=2023.1.0"
2828
fsspec = "!=2023.9.0"
2929
zarr = ">=2.13.6,<3"
30-
numpy = "<2"
30+
numpy = "<=2.1.0"
3131
pandas = ">=1.2.0"
3232
lxml = "^4.9.1"
3333
pydantic = ">2,<=2.8.2"

0 commit comments

Comments
 (0)