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.
This commit is contained in:
Ivan Mincik 2024-04-15 22:22:48 +02:00
parent fed76e47c7
commit 60f02a9c35
1 changed files with 0 additions and 2 deletions

View File

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