Skip to content

Commit

Permalink
Pin dask-expr to 1.1.14 for the 24.10 RAPIDS release (#64)
Browse files Browse the repository at this point in the history
Follow up to #60

Dask 2024.9.0 does not automatically pin the correct version of dask-expr, so we need to be very specific.

Authors:
  - Richard (Rick) Zamora (https://github.com/rjzamora)

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

URL: #64
  • Loading branch information
rjzamora authored Sep 23, 2024
1 parent 276100b commit 64b438b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/rapids-dask-dependency/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- dask ==2024.9.0
- dask-core ==2024.9.0
- distributed ==2024.9.0
- dask-expr
- dask-expr ==1.1.14

about:
home: https://rapids.ai/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask==2024.9.0",
"distributed==2024.9.0",
"dask-expr",
"dask-expr==1.1.14",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 64b438b

Please sign in to comment.