Skip to content

Commit

Permalink
Fix dask-expr repository
Browse files Browse the repository at this point in the history
Co-authored-by: Richard (Rick) Zamora <rzamora217@gmail.com>
  • Loading branch information
pentschev and rjzamora authored Oct 14, 2024
1 parent e257460 commit 5ff7f8c
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 @ git+https://github.com/dask/dask.git@main",
"distributed @ git+https://github.com/dask/distributed.git@main",
"dask-expr @ 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 5ff7f8c

Please sign in to comment.