Skip to content

Commit 975861d

Browse files
Raised lower pin for zarr to >=3.0.0 (#1075)
* raised lower pin for zarr to >=3.0.0 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cfa9887 commit 975861d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ dependencies = [
6363
"scikit-image>=0.25",
6464
# due to https://github.com/scikit-image/scikit-image/issues/6850 breaks rescale ufunc
6565
"scikit-learn>=0.24",
66-
"spatialdata>=0.2.5",
66+
"spatialdata>=0.6",
6767
"spatialdata-plot",
6868
"statsmodels>=0.12",
6969
# https://github.com/scverse/squidpy/issues/526
7070
"tifffile!=2022.4.22",
7171
"tqdm>=4.50.2",
7272
"validators>=0.18.2",
7373
"xarray>=2024.10",
74-
"zarr>=2.6.1",
74+
"zarr>=3",
7575
]
7676

7777
optional-dependencies.dev = [

0 commit comments

Comments
 (0)