From 5ff7f8c16e9c8923189621e1cc9509ff2d2f12bd Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Mon, 14 Oct 2024 16:13:57 +0200 Subject: [PATCH] Fix dask-expr repository Co-authored-by: Richard (Rick) Zamora --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 863feba..ed6d4a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }