Skip to content

Commit

Permalink
unpin for 24.10 development
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Aug 12, 2024
1 parent 64eb517 commit e5cb7ca
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.7.1
- dask-core ==2024.7.1
- distributed ==2024.7.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.10.00a0"
description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask==2024.7.1",
"distributed==2024.7.1",
"dask-expr",
"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",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit e5cb7ca

Please sign in to comment.