From 045bf2fa5553539b7058082efc9b83b2e6bbea45 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 12 Jan 2024 09:47:31 -0800 Subject: [PATCH] Revert "Pin Distributed to last working version (#17)" This reverts commit 4a2dd6f613359b1f4fae7a6d16cc6bc2676375f6. --- conda/recipes/rapids-dask-dependency/meta.yaml | 2 +- pip/rapids-dask-dependency/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/rapids-dask-dependency/meta.yaml b/conda/recipes/rapids-dask-dependency/meta.yaml index 225a088..a3b39fe 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,<2023.12.2a240110 + - distributed >=2023.11.0 about: home: https://rapids.ai/ diff --git a/pip/rapids-dask-dependency/pyproject.toml b/pip/rapids-dask-dependency/pyproject.toml index 6bcf5cf..4eb6ee1 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@7562f9c566978de4f3f5b73920a24ea1813d6e28", + "distributed @ git+https://github.com/dask/distributed.git@main", ] license = { text = "Apache 2.0" } readme = { file = "README.md", content-type = "text/markdown" }