From d1d7bc782700e3e621869a91313e60e72cd60a7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 13:15:46 +0000 Subject: [PATCH] Bump xarray from 2024.11.0 to 2026.4.0 Bumps [xarray](https://github.com/pydata/xarray) from 2024.11.0 to 2026.4.0. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](https://github.com/pydata/xarray/compare/v2024.11.0...v2026.04.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b417358..ea888ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "cellpose==3.1.1.2", "torch>=2.7.1", "csbdeep>=0.8.1", - "xarray==2024.11.0", + "xarray==2026.4.0", "stardist>=0.9.1", "timm>=1.0.14", "tensorflow>=2.18.1", diff --git a/uv.lock b/uv.lock index 633f27a7..bf2d4571 100644 --- a/uv.lock +++ b/uv.lock @@ -1137,7 +1137,7 @@ requires-dist = [ { name = "ujson", specifier = ">=5.12.1" }, { name = "unstructured", specifier = ">=0.21.5" }, { name = "wikipedia", specifier = ">=1.4.0" }, - { name = "xarray", specifier = "==2024.11.0" }, + { name = "xarray", specifier = "==2026.4.0" }, ] [package.metadata.requires-dev] @@ -8735,16 +8735,16 @@ wheels = [ [[package]] name = "xarray" -version = "2024.11.0" +version = "2026.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy" }, { name = "packaging" }, { name = "pandas" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3f/d6/5ae0a721bd6cac85b30cff6b119dc6b5e73b735aacbfb43d3ed2680504d7/xarray-2024.11.0.tar.gz", hash = "sha256:1ccace44573ddb862e210ad3ec204210654d2c750bec11bbe7d842dfc298591f", size = 3247277, upload-time = "2024-11-22T21:18:51.173Z" } +sdist = { url = "https://files.pythonhosted.org/packages/4b/a6/6fe936a798a3a38a79c7422d1a31afd2e9a14690fcb0ccff96bc01f04bf2/xarray-2026.4.0.tar.gz", hash = "sha256:c4ac9a01a945d90d5b1628e2af045099a9d4943536d4f2ee3ae963c3b222d15b", size = 3132311, upload-time = "2026-04-13T19:45:36.688Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/40/ed/1c4631ad5909487ea8907cd326d9855c2207d790e3936e77bda48173b8be/xarray-2024.11.0-py3-none-any.whl", hash = "sha256:6ee94f63ddcbdd0cf3909d1177f78cdac756640279c0e32ae36819a89cdaba37", size = 1231951, upload-time = "2024-11-22T21:18:49.331Z" }, + { url = "https://files.pythonhosted.org/packages/dc/83/6d810a8a9ebc9c307989b418840c20e46907c74d707beb67ab566773e6fc/xarray-2026.4.0-py3-none-any.whl", hash = "sha256:d43751d9fb4a90f9249c30431684f00c41bc874f1edccd862631a40cbc0edf08", size = 1414326, upload-time = "2026-04-13T19:45:34.659Z" }, ] [[package]]