Skip to content

Commit 7a65810

Browse files
zarr v3 support (#1040)
1 parent bcf69d2 commit 7a65810

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
"tqdm>=4.50.2",
7171
"validators>=0.18.2",
7272
"xarray>=2024.10.0",
73-
"zarr>=2.6.1,<3.0.0",
73+
"zarr>=2.6.1",
7474
"spatialdata>=0.2.5",
7575
]
7676

@@ -281,4 +281,4 @@ exclude_lines = [
281281
show_missing = true
282282
precision = 2
283283
skip_empty = true
284-
sort = "Miss"
284+
sort = "Miss"

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def sdata_mask_graph():
376376
"region_key": "region",
377377
"instance_key": "instance_id",
378378
}
379-
return sd.SpatialData.from_elements_dict(
379+
return sd.SpatialData.init_from_elements(
380380
{
381381
"circles": sd.models.ShapesModel().parse(points_df),
382382
"polygon": sd.models.ShapesModel().parse(polygon_df),

0 commit comments

Comments
 (0)