Skip to content

Commit

Permalink
Pin to dask-2024.5.1 for the rapids 24.06 release (#49)
Browse files Browse the repository at this point in the history
This PR is a proposal to pin to `dask-2024.5.1` for the rapids `24.06` release.

cc @pentschev @charlesbluca @quasiben @galipremsagar

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

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

URL: #49
  • Loading branch information
rjzamora authored May 22, 2024
1 parent ea774a5 commit a0293f0
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.1.1
- dask-core >=2024.1.1
- distributed >=2024.1.1
- dask-expr >=0.4.0
- dask ==2024.5.1
- dask-core ==2024.5.1
- distributed ==2024.5.1
- dask-expr

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.06.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.5.1",
"distributed==2024.5.1",
"dask-expr",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit a0293f0

Please sign in to comment.