Skip to content

Commit

Permalink
fix mindeps by pinning mins for zarr and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jan 16, 2025
1 parent 8f9d27e commit d5ca8c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ kerchunk = [
"xarray",
]
virtualizarr = [
"numpy >=1.26.4",
"virtualizarr >=1.2.0",
"dask",
"zarr",
"zarr >=2.12.0",
"h5py >=3.6.0",
]
dev = [
Expand All @@ -78,6 +79,8 @@ dev = [
"uv >=0.4.7",
]
test = [
"zarr >=2.12.0",
"numpy >=1.26.4",
"mypy >=1.11.2",
"pytest >=8.3",
"pytest-cov >=5.0",
Expand Down

0 comments on commit d5ca8c7

Please sign in to comment.