Skip to content

Commit

Permalink
Pin Dask to 2024.11.2 for 24.12 RAPIDS release (#69)
Browse files Browse the repository at this point in the history
Proposal to pin Dask to `2024.11.2` (the latest version) for the `24.12` RAPIDS release.

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

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #69
  • Loading branch information
rjzamora authored Nov 19, 2024
1 parent e4945cd commit e47ba69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions conda/recipes/rapids-dask-dependency/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ requirements:
- setuptools
- conda-verify
run:
- dask >=2024.9.0
- dask-core >=2024.9.0
- distributed >=2024.9.0
- dask-expr >=1.1.14
- dask ==2024.11.2
- dask-core ==2024.11.2
- distributed ==2024.11.2
- dask-expr ==1.1.19

about:
home: https://rapids.ai/
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ name = "rapids-dask-dependency"
version = "24.12.00a0"
description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask @ git+https://github.com/dask/dask.git@main",
"distributed @ git+https://github.com/dask/distributed.git@main",
"dask-expr @ git+https://github.com/dask/dask-expr.git@main",
"dask==2024.11.2",
"distributed==2024.11.2",
"dask-expr==1.1.19",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit e47ba69

Please sign in to comment.