From b0b1e6dd7773ac119a73409ca51fba7dbba0978e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 24 Oct 2023 04:50:05 -0700 Subject: [PATCH] Update dependencies with `rapids-dependency-file-generator` --- conda/environments/all_cuda-118_arch-x86_64.yaml | 4 ++-- conda/environments/all_cuda-120_arch-x86_64.yaml | 4 ++-- python/pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index ab818b9e..b3ac9d4f 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -18,10 +18,10 @@ dependencies: - cupy - cxx-compiler - cython>=3.0.0 +- dask - dask-cuda==23.12.* - dask-cudf==23.12.* -- dask>=2023.1.1 -- distributed>=2023.1.1 +- distributed - fmt>=9.1.0,<10 - gmock>=1.13.0 - gtest>=1.13.0 diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index ed10afcd..42dbb4f5 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -18,10 +18,10 @@ dependencies: - cupy - cxx-compiler - cython>=3.0.0 +- dask - dask-cuda==23.12.* - dask-cudf==23.12.* -- dask>=2023.1.1 -- distributed>=2023.1.1 +- distributed - fmt>=9.1.0,<10 - gmock>=1.13.0 - gtest>=1.13.0 diff --git a/python/pyproject.toml b/python/pyproject.toml index 07a963bf..e57a5b6f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -45,8 +45,8 @@ test = [ "cloudpickle", "cudf==23.12.*", "cupy", - "dask>=2023.1.1", - "distributed>=2023.1.1", + "dask", + "distributed", "numba>=0.57.1", "pytest", "pytest-asyncio",