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 = [
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 = [
281281show_missing = true
282282precision = 2
283283skip_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():
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 ),
You can’t perform that action at this time.
0 commit comments