Skip to content

Commit 2fed6b6

Browse files
committed
make dask an optional dependency for the dask demo
1 parent ac996e6 commit 2fed6b6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dynamic = [
3434
"version",
3535
]
3636
dependencies = [
37-
"dask!=2024.8.0", # github.com/dask/dask/issues/11296
3837
"fsspec",
3938
"h5netcdf",
4039
"netcdf4",
@@ -67,6 +66,10 @@ doc = [
6766
"sphinx",
6867
"sphinx_rtd_theme",
6968
]
69+
# run dask-demo
70+
demo = [
71+
"dask!=2024.8.0", # github.com/dask/dask/issues/11296
72+
]
7073
# to be added when functionality provided
7174
# develop = [
7275
# "pre-commit",

0 commit comments

Comments
 (0)