We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f976fb0 commit 6ad2373Copy full SHA for 6ad2373
1 file changed
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
"aiohttp>=3.8.1",
47
"anndata>=0.9",
48
"cycler>=0.11",
49
- "dask[array]>=2021.2,<=2024.11.2",
+ "dask[array]>=2021.2",
50
"dask-image>=0.5",
51
"docrep>=0.3.1",
52
"fast-array-utils",
@@ -66,7 +66,7 @@ dependencies = [
66
"scikit-image>=0.25",
67
# due to https://github.com/scikit-image/scikit-image/issues/6850 breaks rescale ufunc
68
"scikit-learn>=0.24",
69
- "spatialdata>=0.6",
+ "spatialdata>=0.7",
70
"spatialdata-plot",
71
"statsmodels>=0.12",
72
# https://github.com/scverse/squidpy/issues/526
0 commit comments