Skip to content

Commit

Permalink
Pin dask and distributed for 23.08 release (#3761)
Browse files Browse the repository at this point in the history
This PR pins `dask` & `distributed` to `2023.7.1` version for `23.08` release.

xref: rapidsai/cudf#13802

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)
  - Ray Douglass (https://github.com/raydouglass)
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #3761
  • Loading branch information
galipremsagar authored Aug 2, 2023
1 parent b6de267 commit f4627f8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ci/test_wheel_cugraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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@main git+https://github.com/dask/distributed.git@main git+https://github.com/rapidsai/dask-cuda.git@branch-23.08
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.08

# Only download test data for x86
arch=$(uname -m)
Expand Down
6 changes: 3 additions & 3 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- dask-core>=2023.5.1
- dask-core==2023.7.1
- dask-cuda==23.8.*
- dask-cudf==23.8.*
- dask>=2023.5.1
- distributed>=2023.5.1
- dask==2023.7.1
- distributed==2023.7.1
- doxygen
- fsspec[http]>=0.6.0
- gcc_linux-64=11.*
Expand Down
6 changes: 3 additions & 3 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
- cupy>=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- dask-core>=2023.5.1
- dask-core==2023.7.1
- dask-cuda==23.8.*
- dask-cudf==23.8.*
- dask>=2023.5.1
- distributed>=2023.5.1
- dask==2023.7.1
- distributed==2023.7.1
- doxygen
- fsspec[http]>=0.6.0
- gcc_linux-64=11.*
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-pyg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- python
- scikit-build >=0.13.1
run:
- distributed >=2023.5.1
- distributed ==2023.7.1
- numba >=0.57
- numpy >=1.21
- python
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-service/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ outputs:
- cupy >=12.0.0
- dask-cuda ={{ minor_version }}
- dask-cudf ={{ minor_version }}
- distributed >=2023.5.1
- distributed ==2023.7.1
- numba >=0.57
- numpy >=1.21
- python
Expand Down
6 changes: 3 additions & 3 deletions conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ requirements:
- cupy >=12.0.0
- dask-cuda ={{ minor_version }}
- dask-cudf ={{ minor_version }}
- dask >=2023.5.1
- dask-core >=2023.5.1
- distributed >=2023.5.1
- dask ==2023.7.1
- dask-core ==2023.7.1
- distributed ==2023.7.1
- libcugraph ={{ version }}
- pylibcugraph ={{ version }}
- pylibraft ={{ minor_version }}
Expand Down
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ dependencies:
- output_types: [conda, pyproject]
packages:
- &cudf cudf==23.8.*
- &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.8.*
- &dask_cudf dask-cudf==23.8.*
- &numba numba>=0.57
Expand All @@ -333,7 +333,7 @@ dependencies:
- output_types: conda
packages:
- &cupy cupy>=12.0.0
- &dask-core dask-core>=2023.5.1
- &dask-core dask-core==2023.7.1
- libcudf==23.8.*
- nccl>=2.9.9
- ucx-proc=*=gpu
Expand Down
4 changes: 2 additions & 2 deletions python/cugraph-service/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"dask-cuda==23.8.*",
"dask-cudf==23.8.*",
"dask>=2023.5.1",
"distributed>=2023.5.1",
"dask==2023.7.1",
"distributed==2023.7.1",
"numba>=0.57",
"numpy>=1.21",
"rmm==23.8.*",
Expand Down
4 changes: 2 additions & 2 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"dask-cuda==23.8.*",
"dask-cudf==23.8.*",
"dask>=2023.5.1",
"distributed>=2023.5.1",
"dask==2023.7.1",
"distributed==2023.7.1",
"numba>=0.57",
"pylibcugraph==23.8.*",
"raft-dask==23.8.*",
Expand Down

0 comments on commit f4627f8

Please sign in to comment.