diff --git a/ci/test_wheel_cugraph.sh b/ci/test_wheel_cugraph.sh index 1c356ba3073..a117e00b8a2 100755 --- a/ci/test_wheel_cugraph.sh +++ b/ci/test_wheel_cugraph.sh @@ -9,7 +9,7 @@ RAPIDS_PY_WHEEL_NAME="pylibcugraph_${RAPIDS_PY_CUDA_SUFFIX}" rapids-download-whe python -m pip install --no-deps ./local-pylibcugraph-dep/pylibcugraph*.whl # Always install latest dask for testing -python -m pip install git+https://github.com/dask/dask.git@2023.7.1 git+https://github.com/dask/distributed.git@2023.7.1 git+https://github.com/rapidsai/dask-cuda.git@branch-23.10 +python -m pip install git+https://github.com/dask/dask.git@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.10 # Only download test data for x86 arch=$(uname -m) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index f3b15b6d13f..1fb267b2986 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -18,11 +18,11 @@ dependencies: - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 -- dask-core>=2023.5.1 +- dask-core>=2023.7.1 - dask-cuda==23.10.* - dask-cudf==23.10.* -- dask>=2023.5.1 -- distributed>=2023.5.1 +- dask>=2023.7.1 +- distributed>=2023.7.1 - doxygen - fsspec>=0.6.0 - gcc_linux-64=11.* diff --git a/conda/environments/all_cuda-120_arch-x86_64.yaml b/conda/environments/all_cuda-120_arch-x86_64.yaml index b87f1c635f8..6a06e453b84 100644 --- a/conda/environments/all_cuda-120_arch-x86_64.yaml +++ b/conda/environments/all_cuda-120_arch-x86_64.yaml @@ -18,11 +18,11 @@ dependencies: - cupy>=12.0.0 - cxx-compiler - cython>=3.0.0 -- dask-core>=2023.5.1 +- dask-core>=2023.7.1 - dask-cuda==23.10.* - dask-cudf==23.10.* -- dask>=2023.5.1 -- distributed>=2023.5.1 +- dask>=2023.7.1 +- distributed>=2023.7.1 - doxygen - fsspec>=0.6.0 - gcc_linux-64=11.* diff --git a/conda/recipes/cugraph-pyg/meta.yaml b/conda/recipes/cugraph-pyg/meta.yaml index 026e8318b4e..847a5e9bf85 100644 --- a/conda/recipes/cugraph-pyg/meta.yaml +++ b/conda/recipes/cugraph-pyg/meta.yaml @@ -26,7 +26,7 @@ requirements: - python - scikit-build >=0.13.1 run: - - distributed ==2023.7.1 + - distributed >=2023.7.1 - numba >=0.57 - numpy >=1.21 - python diff --git a/conda/recipes/cugraph-service/meta.yaml b/conda/recipes/cugraph-service/meta.yaml index d928bae1de4..64d967a5d1f 100644 --- a/conda/recipes/cugraph-service/meta.yaml +++ b/conda/recipes/cugraph-service/meta.yaml @@ -57,7 +57,7 @@ outputs: - cupy >=12.0.0 - dask-cuda ={{ minor_version }} - dask-cudf ={{ minor_version }} - - distributed ==2023.7.1 + - distributed >=2023.7.1 - numba >=0.57 - numpy >=1.21 - python diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index ec94ee05194..bf574c44dd6 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -76,9 +76,9 @@ requirements: - cupy >=12.0.0 - dask-cuda ={{ minor_version }} - dask-cudf ={{ minor_version }} - - dask ==2023.7.1 - - dask-core ==2023.7.1 - - distributed ==2023.7.1 + - dask >=2023.7.1 + - dask-core >=2023.7.1 + - distributed >=2023.7.1 - fsspec>=0.6.0 - libcugraph ={{ version }} - pylibcugraph ={{ version }} diff --git a/dependencies.yaml b/dependencies.yaml index c8a3f48579c..04c6c21df19 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -322,8 +322,8 @@ dependencies: - output_types: [conda, pyproject] packages: - &cudf cudf==23.10.* - - &dask dask>=2023.5.1 - - &distributed distributed>=2023.5.1 + - &dask dask>=2023.7.1 + - &distributed distributed>=2023.7.1 - &dask_cuda dask-cuda==23.10.* - &dask_cudf dask-cudf==23.10.* - &numba numba>=0.57 @@ -334,7 +334,7 @@ dependencies: packages: - aiohttp - &cupy cupy>=12.0.0 - - &dask-core dask-core>=2023.5.1 + - &dask-core dask-core>=2023.7.1 - fsspec>=0.6.0 - libcudf==23.10.* - requests diff --git a/python/cugraph-service/server/pyproject.toml b/python/cugraph-service/server/pyproject.toml index 52211b3ff89..f8f90b864cd 100644 --- a/python/cugraph-service/server/pyproject.toml +++ b/python/cugraph-service/server/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ "cupy-cuda11x>=12.0.0", "dask-cuda==23.10.*", "dask-cudf==23.10.*", - "dask>=2023.5.1", - "distributed>=2023.5.1", + "dask>=2023.7.1", + "distributed>=2023.7.1", "numba>=0.57", "numpy>=1.21", "rmm==23.10.*", diff --git a/python/cugraph/pyproject.toml b/python/cugraph/pyproject.toml index 4c49ae259c1..591161774e3 100644 --- a/python/cugraph/pyproject.toml +++ b/python/cugraph/pyproject.toml @@ -33,8 +33,8 @@ dependencies = [ "cupy-cuda11x>=12.0.0", "dask-cuda==23.10.*", "dask-cudf==23.10.*", - "dask>=2023.5.1", - "distributed>=2023.5.1", + "dask>=2023.7.1", + "distributed>=2023.7.1", "fsspec[http]>=0.6.0", "numba>=0.57", "pylibcugraph==23.10.*",