Unverified Commit 6b008d64 authored by Theodore Ni's avatar Theodore Ni
Browse files

python310Packages.scikit-image: relax numpy dependency constraint

parent d3b4a08e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -54,6 +54,9 @@ let

    postPatch = ''
      patchShebangs skimage/_build_utils/{version,cythoner}.py

      substituteInPlace pyproject.toml \
        --replace "numpy==" "numpy>="
    '';

    nativeBuildInputs = [