We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ace00 commit b19344eCopy full SHA for b19344e
pyproject.toml
@@ -29,7 +29,7 @@ dependencies = [
29
'pandas>=1.1.2',
30
'black>=21.11b1',
31
'numpy>=1.21.2',
32
- 'zarr>=2.5.0,<3',
+ 'zarr>=3.0.0',
33
'numcodecs>=0.5.7,<0.16.0',
34
]
35
@@ -89,7 +89,7 @@ testing = []
89
linting = []
90
notebook = [
91
'spatialdata>=0.3.0',
92
- 'dask[dataframe]==2024.11.1',
+ 'dask[dataframe]>=2025.2.0',
93
'marimo',
94
'starlette>=0.42.0',
95
'tqdm>=4.1.0',
@@ -115,7 +115,7 @@ dev = [
115
'scikit-misc>=0.1.3',
116
'autopep8>=2.0.2',
117
118
119
120
121
[tool.uv]
0 commit comments