Skip to content

Commit

Permalink
Use rapids-dask-dependency
Browse files Browse the repository at this point in the history
Switch to use `rapids-dask-dependency` to handle the Dask test
dependency in this repo. That way it aligns to how Dask is pulled and
used in the rest of RAPIDS and will pick up any corresponding updates
simply.
  • Loading branch information
jakirkham committed Jan 8, 2025
1 parent 5af9a0d commit 159b5f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function sed_runner() {

DEPENDENCIES=(
cudf
rapids-dask-dependency
)
for DEP in "${DEPENDENCIES[@]}"; do
for FILE in dependencies.yaml conda/environments/*.yml; do
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cloudpickle
- dask
- rapids-dask-dependency==25.2.*,>=0.0.0a0
- distributed
- numba>=0.57
- pytest==7.*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ test = [
"cloudpickle",
"cudf==25.2.*,>=0.0.0a0",
"cupy-cuda12x>=12.0.0",
"dask",
"distributed",
"numba>=0.57",
"pytest-asyncio",
"pytest-rerunfailures",
"pytest==7.*",
"rapids-dask-dependency==25.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit 159b5f7

Please sign in to comment.