Skip to content

Commit

Permalink
Pin Distributed to last working version (#17)
Browse files Browse the repository at this point in the history
To workaround issue ( dask/distributed#8454 ),
pin Distributed to a version before PR (
dask/distributed#8443 ) was included
  • Loading branch information
jakirkham committed Jan 11, 2024
1 parent 68644e5 commit 4a2dd6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/rapids-dask-dependency/meta.yaml
Expand Up @@ -17,7 +17,7 @@ requirements:
run:
- dask >=2023.11.0
- dask-core >=2023.11.0
- distributed >=2023.11.0
- distributed >=2023.11.0,<2023.12.2a240110

about:
home: https://rapids.ai/
Expand Down
2 changes: 1 addition & 1 deletion pip/rapids-dask-dependency/pyproject.toml
Expand Up @@ -13,7 +13,7 @@ version = "24.02.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",
"distributed @ git+https://github.com/dask/distributed.git@7562f9c566978de4f3f5b73920a24ea1813d6e28",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 4a2dd6f

Please sign in to comment.