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 ];