Skip to content

Commit

Permalink
Unpin dask and distributed for 24.10 development (#58)
Browse files Browse the repository at this point in the history
Unpins dask and distributed for 24.10 development.

~**Blocked by rapidsai/build-planning#88 (Dask no longer supports Python 3.9. Therefore, unpinning too early is a "breaking" change).~

Other Blockers:

- [x] rapidsai/cudf#16535
- [x] dask/dask-expr#1122

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

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

URL: #58
  • Loading branch information
rjzamora authored Aug 13, 2024
1 parent 64eb517 commit 5e6d8e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions conda/recipes/rapids-dask-dependency/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ requirements:
- setuptools
- conda-verify
run:
- dask ==2024.7.1
- dask-core ==2024.7.1
- distributed ==2024.7.1
- dask >=2024.7.1
- dask-core >=2024.7.1
- distributed >=2024.7.1
- dask-expr

about:
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.10.00a0"
description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask==2024.7.1",
"distributed==2024.7.1",
"dask-expr",
"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",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 5e6d8e6

Please sign in to comment.