Skip to content

Commit

Permalink
Depend on released version of Dask
Browse files Browse the repository at this point in the history
This updates the required version of Dask / distributed to 2025.1.0,
rather than `main`.
  • Loading branch information
TomAugspurger committed Feb 12, 2025
1 parent b34eb02 commit 934930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ name = "rapids-dask-dependency"
version = "25.04.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>=2025.1.0",
"distributed>=2025.1.0",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 934930c

Please sign in to comment.