From 19307fab2f313c539497928ebd107edb7c220ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:43:58 +0000 Subject: [PATCH] Update dask-expr requirement from <1.0.11 to <1.1.7 Updates the requirements on [dask-expr](https://github.com/dask-contrib/dask-expr) to permit the latest version. - [Changelog](https://github.com/dask/dask-expr/blob/main/changes.md) - [Commits](https://github.com/dask-contrib/dask-expr/compare/v0.1.0...v1.1.6) --- updated-dependencies: - dependency-name: dask-expr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 635fa2b2..ddc0a14c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ 'pandas', 'numpy', 'dask>=2024.3.0', - 'dask-expr<1.0.11', # Temporary pin due to compatibility bug + 'dask-expr<1.1.7', # Temporary pin due to compatibility bug 'dask[distributed]>=2024.3.0', 'pyarrow', 'pyvo',