Skip to content

Commit

Permalink
Pin to dask-2024.7.1 for the rapids 24.08 release (#54)
Browse files Browse the repository at this point in the history
This PR is a proposal to pin to dask-2024.7.1 for the rapids 24.08 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: #54
  • Loading branch information
rjzamora authored Jul 25, 2024
1 parent d7184d4 commit 1007425
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.5.1
- dask-core >=2024.5.1
- distributed >=2024.5.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.08.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.7.1",
"distributed==2024.7.1",
"dask-expr",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 1007425

Please sign in to comment.