Skip to content

Commit 5e6d8e6

Browse files
authored
Unpin dask and distributed for 24.10 development (#58)
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
1 parent 64eb517 commit 5e6d8e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

conda/recipes/rapids-dask-dependency/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ requirements:
2828
- setuptools
2929
- conda-verify
3030
run:
31-
- dask ==2024.7.1
32-
- dask-core ==2024.7.1
33-
- distributed ==2024.7.1
31+
- dask >=2024.7.1
32+
- dask-core >=2024.7.1
33+
- distributed >=2024.7.1
3434
- dask-expr
3535

3636
about:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ name = "rapids-dask-dependency"
1212
version = "24.10.00a0"
1313
description = "Dask and Distributed version pinning for RAPIDS"
1414
dependencies = [
15-
"dask==2024.7.1",
16-
"distributed==2024.7.1",
17-
"dask-expr",
15+
"dask @ git+https://github.com/dask/dask.git@main",
16+
"distributed @ git+https://github.com/dask/distributed.git@main",
17+
"dask-expr @ git+https://github.com/dask/dask-expr.git@main",
1818
]
1919
license = { text = "Apache 2.0" }
2020
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)