Skip to content

Commit

Permalink
Unpin dask[-expr] and distributed for 24.12 development (#67)
Browse files Browse the repository at this point in the history
Unpins dask, dask-expr and distributed for 24.12 development.

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

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Richard (Rick) Zamora (https://github.com/rjzamora)

URL: #67
  • Loading branch information
pentschev authored Oct 14, 2024
1 parent b2d2565 commit e4945cd
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.9.0
- dask-core >=2024.9.0
- distributed >=2024.9.0
- dask-expr >=1.1.14

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==2024.9.0",
"distributed==2024.9.0",
"dask-expr==1.1.14",
"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 e4945cd

Please sign in to comment.