From 60c4dd820e9b039b91c89f8100125df3e48e981c Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Fri, 24 Oct 2025 23:54:07 +0400 Subject: [PATCH] =?UTF-8?q?python313Packages.rioxarray:=200.19.0=20?= =?UTF-8?q?=E2=86=92=200.20.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/python-modules/rioxarray/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/rioxarray/default.nix b/pkgs/development/python-modules/rioxarray/default.nix index 6623edcdb7ae..5bdd716bd6f9 100644 --- a/pkgs/development/python-modules/rioxarray/default.nix +++ b/pkgs/development/python-modules/rioxarray/default.nix @@ -22,14 +22,14 @@ buildPythonPackage rec { pname = "rioxarray"; - version = "0.19.0"; + version = "0.20.0"; pyproject = true; src = fetchFromGitHub { owner = "corteva"; repo = "rioxarray"; tag = version; - hash = "sha256-tNcBuMyBVDVPbmujfn4WauquutOEn727lxcR19hfyuE="; + hash = "sha256-yLWCDaAcwQT2C0Nt1GaIA3NWXe6k2CDkBAr3rsm8eQs="; }; build-system = [ setuptools ]; @@ -56,8 +56,6 @@ buildPythonPackage rec { # Fails with small numerical errors on GDAL 3.11 "test_rasterio_vrt_gcps" "test_reproject__gcps" - # https://github.com/corteva/rioxarray/issues/862 - "test_merge_datasets__mask_and_scale" ] ++ lib.optionals stdenv.hostPlatform.isAarch64 [ # numerical errors