diff --git a/pyproject.toml b/pyproject.toml index b13631fe9b..56126ffa9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ scanorama = ["scanorama"] # Scanorama dataset integration scrublet = ["scikit-image"] # Doublet detection with automatic thresholds # Acceleration rapids = ["cudf>=0.9", "cuml>=0.9", "cugraph>=0.9"] # GPU accelerated calculation of neighbors -dask = ["dask[array]>=2022.09.2,<2024.8.0"] # Use the Dask parallelization engine +dask = ["dask[array]>=2022.09.2,<2024.10.0"] # Use the Dask parallelization engine dask-ml = ["dask-ml", "scanpy[dask]"] # Dask-ML for sklearn-like API [tool.hatch.build.targets.wheel]