Skip to content

Commit

Permalink
Merge pull request #65 from rapidsai/branch-24.10
Browse files Browse the repository at this point in the history
Forward-merge branch-24.10 into branch-24.12
  • Loading branch information
GPUtester authored Sep 23, 2024
2 parents 45d3eab + 64b438b commit b2d2565
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- dask ==2024.9.0
- dask-core ==2024.9.0
- distributed ==2024.9.0
- dask-expr
- dask-expr ==1.1.14

about:
home: https://rapids.ai/
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Dask and Distributed version pinning for RAPIDS"
dependencies = [
"dask==2024.9.0",
"distributed==2024.9.0",
"dask-expr",
"dask-expr==1.1.14",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit b2d2565

Please sign in to comment.