Skip to content

Commit b19344e

Browse files
use zarr3 and unpin dask
1 parent 92ace00 commit b19344e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
'pandas>=1.1.2',
3030
'black>=21.11b1',
3131
'numpy>=1.21.2',
32-
'zarr>=2.5.0,<3',
32+
'zarr>=3.0.0',
3333
'numcodecs>=0.5.7,<0.16.0',
3434
]
3535

@@ -89,7 +89,7 @@ testing = []
8989
linting = []
9090
notebook = [
9191
'spatialdata>=0.3.0',
92-
'dask[dataframe]==2024.11.1',
92+
'dask[dataframe]>=2025.2.0',
9393
'marimo',
9494
'starlette>=0.42.0',
9595
'tqdm>=4.1.0',
@@ -115,7 +115,7 @@ dev = [
115115
'scikit-misc>=0.1.3',
116116
'autopep8>=2.0.2',
117117
'spatialdata>=0.3.0',
118-
'dask[dataframe]==2024.11.1',
118+
'dask[dataframe]>=2025.2.0',
119119
]
120120

121121
[tool.uv]

0 commit comments

Comments
 (0)