From 60f02a9c35801066e49720ae61287de304744c22 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 15 Apr 2024 22:22:48 +0200 Subject: [PATCH] python3Packages.rasterio: drop dependency on oldest-supported-numpy According https://github.com/scipy/oldest-supported-numpy/blob/main/README.rst , oldest-supported-numpy should not be needed since numpy 1.25.0. --- pkgs/development/python-modules/rasterio/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/rasterio/default.nix b/pkgs/development/python-modules/rasterio/default.nix index a0c36e648c6d..20eb3df934d4 100644 --- a/pkgs/development/python-modules/rasterio/default.nix +++ b/pkgs/development/python-modules/rasterio/default.nix @@ -19,7 +19,6 @@ , ipython , matplotlib , numpy -, oldest-supported-numpy , packaging , pytest-randomly , setuptools @@ -58,7 +57,6 @@ buildPythonPackage rec { cython_3 gdal numpy - oldest-supported-numpy setuptools wheel ];