Commit 60f02a9c authored by Ivan Mincik's avatar Ivan Mincik
Browse files

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.
parent fed76e47
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  ];