From 9e6416a77ba0b03655805add75ef3b373f5d9cff Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 20 Feb 2026 12:11:44 +0200 Subject: [PATCH] python3.pkgs.xarray: 2025.12.0 -> 2026.02.0 Diff: https://github.com/pydata/xarray/compare/v2025.12.0...v2026.02.0 Changelog: https://github.com/pydata/xarray/blob/v2026.02.0/doc/whats-new.rst --- pkgs/development/python-modules/xarray/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index e2d8746c25d4..823d1bcada2e 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -37,14 +37,14 @@ buildPythonPackage rec { pname = "xarray"; - version = "2025.12.0"; + version = "2026.02.0"; pyproject = true; src = fetchFromGitHub { owner = "pydata"; repo = "xarray"; tag = "v${version}"; - hash = "sha256-7MTZ/0BbJb3mg2FHvtsV+v4TsgoxD0Tpco7J4DgT/hY="; + hash = "sha256-g1cKI0Et3RToWOxn+bELtT5jAaB8e1N+k9doCU+OgfY="; }; postPatch = '' @@ -96,13 +96,12 @@ buildPythonPackage rec { nativeCheckInputs = [ pytest-asyncio pytestCheckHook + scipy ]; disabledTestPaths = [ - # The following 3 are reported upstream here: - # https://github.com/pydata/xarray/issues/11051 + # https://github.com/pydata/xarray/issues/11183 "xarray/tests/test_dataarray.py::TestDataArray::test_curvefit_helpers" # Failed: DID NOT RAISE - "xarray/tests/test_duck_array_ops.py::test_extension_array_attr" # NotImplementedError: (CategoricalDtype(categories=['cat1', 'cat2', 'cat3'],... "xarray/tests/test_variable.py::TestIndexVariable::test_concat_periods" # ValueError: Could not convert Size: 40B ];