Skip to content

Commit

Permalink
Unpin dask and distributed for 24.04 development (#25)
Browse files Browse the repository at this point in the history
This PR unpins dask and distributed for `24.04` development.
  • Loading branch information
galipremsagar authored Feb 22, 2024
1 parent 2082e5d commit c32b927
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -15,9 +15,9 @@ build:

requirements:
run:
- dask ==2024.1.1
- dask-core ==2024.1.1
- distributed ==2024.1.1
- dask >=2024.1.1
- dask-core >=2024.1.1
- distributed >=2024.1.1

about:
home: https://rapids.ai/
Expand Down
4 changes: 2 additions & 2 deletions pip/rapids-dask-dependency/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name = "rapids-dask-dependency"
version = "24.04.00a0"
description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask==2024.1.1",
"distributed==2024.1.1",
"dask @ git+https://github.com/dask/dask.git@main",
"distributed @ git+https://github.com/dask/distributed.git@main",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit c32b927

Please sign in to comment.