Skip to content

Commit

Permalink
pin zarr package to ~=2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jan 9, 2025
1 parent d971803 commit cabcef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/titiler/xarray/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ dependencies = [

[project.optional-dependencies]
full = [
"zarr",
"zarr~=2.0",
"h5netcdf",
"fsspec",
"s3fs",
"aiohttp",
"gcsfs",
]
minimal = [
"zarr",
"zarr~=2.0",
"h5netcdf",
"fsspec",
]
Expand All @@ -64,7 +64,7 @@ test = [
"pytest-cov",
"pytest-asyncio",
"httpx",
"zarr",
"zarr~=2.0",
"h5netcdf",
"fsspec",
]
Expand Down

0 comments on commit cabcef8

Please sign in to comment.