From cc9fff655c84bfea5cf0d90ac7a6eb5aae896c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:58:31 +0000 Subject: [PATCH] Update dask-expr requirement from <1.0.11 to <1.1.3 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.2) --- 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 635fa2b..8c716c8 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.3', # Temporary pin due to compatibility bug 'dask[distributed]>=2024.3.0', 'pyarrow', 'pyvo',