Skip to content

Commit

Permalink
Unpin dask/distributed for 25.04 development and upstream testing (#82)
Browse files Browse the repository at this point in the history
RAPIDS has been pinned to `2024.12.1` since the `dask/dask-expr` module was migrated into `dask/dask`. This PR removes the `2024.12.1` pin for RAPIDS 25.04 development. We definitely want to merge this as early in the 25.04 development cycle as possible.

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

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)

URL: #82
  • Loading branch information
rjzamora authored Feb 3, 2025
1 parent e014050 commit 6b59edb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 488 deletions.
7 changes: 3 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,9 @@ requirements:
- setuptools
- conda-verify
run:
- dask ==2024.12.1
- dask-core ==2024.12.1
- distributed ==2024.12.1
- dask-expr ==1.1.21
- dask >=2025.1.0
- dask-core >=2025.1.0
- distributed >=2025.1.0

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

0 comments on commit 6b59edb

Please sign in to comment.