From 1171b8d1fcf2d33836aa338e75c3ba304d2db209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:08:50 +0000 Subject: [PATCH] Update sparse requirement from <=0.14 to <=0.15.1 Updates the requirements on [sparse](https://github.com/pydata/sparse) to permit the latest version. - [Changelog](https://github.com/pydata/sparse/blob/main/docs/changelog.rst) - [Commits](https://github.com/pydata/sparse/compare/0.0.1...0.15.1) --- updated-dependencies: - dependency-name: sparse 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 6525d927..b8e1bba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "rechunker", "scipy", "shapely>=2.0", - "sparse<=0.14", + "sparse<=0.15.1", "toolz", "xarray<2023.11.0", # FIXME: Remove when pandas 2.2 is released and xclim is fixed. "xclim>=0.46.0",