File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies = [
70
70
" tqdm>=4.50.2" ,
71
71
" validators>=0.18.2" ,
72
72
" xarray>=2024.10.0" ,
73
- " zarr>=2.6.1,<3.0.0 " ,
73
+ " zarr>=2.6.1" ,
74
74
" spatialdata>=0.2.5" ,
75
75
]
76
76
@@ -281,4 +281,4 @@ exclude_lines = [
281
281
show_missing = true
282
282
precision = 2
283
283
skip_empty = true
284
- sort = " Miss"
284
+ sort = " Miss"
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ def sdata_mask_graph():
376
376
"region_key" : "region" ,
377
377
"instance_key" : "instance_id" ,
378
378
}
379
- return sd .SpatialData .from_elements_dict (
379
+ return sd .SpatialData .init_from_elements (
380
380
{
381
381
"circles" : sd .models .ShapesModel ().parse (points_df ),
382
382
"polygon" : sd .models .ShapesModel ().parse (polygon_df ),
You can’t perform that action at this time.
0 commit comments