diff --git a/conda/recipes/rapids-dask-dependency/meta.yaml b/conda/recipes/rapids-dask-dependency/meta.yaml index a3b39fe..225a088 100644 --- a/conda/recipes/rapids-dask-dependency/meta.yaml +++ b/conda/recipes/rapids-dask-dependency/meta.yaml @@ -17,7 +17,7 @@ requirements: run: - dask >=2023.11.0 - dask-core >=2023.11.0 - - distributed >=2023.11.0 + - distributed >=2023.11.0,<2023.12.2a240110 about: home: https://rapids.ai/ diff --git a/pip/rapids-dask-dependency/pyproject.toml b/pip/rapids-dask-dependency/pyproject.toml index 4eb6ee1..6bcf5cf 100644 --- a/pip/rapids-dask-dependency/pyproject.toml +++ b/pip/rapids-dask-dependency/pyproject.toml @@ -13,7 +13,7 @@ version = "24.02.00a0" description = "Dask and Distributed version pinning for RAPIDS" dependencies = [ "dask @ git+https://github.com/dask/dask.git@main", - "distributed @ git+https://github.com/dask/distributed.git@main", + "distributed @ git+https://github.com/dask/distributed.git@7562f9c566978de4f3f5b73920a24ea1813d6e28", ] license = { text = "Apache 2.0" } readme = { file = "README.md", content-type = "text/markdown" }