Skip to content

Commit

Permalink
Fix dask-expr pin
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 20, 2024
1 parent 0104df2 commit b5cd814
Showing 1 changed file with 1 addition and 1 deletion.
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.12.1",
"distributed==2024.12.1",
"dask-expr==2024.12.1",
"dask-expr==1.1.21",
]
license = { text = "Apache 2.0" }
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit b5cd814

Please sign in to comment.