Unverified Commit b405a282 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

Merge pull request #251708 from tjni/scikit-image

python310Packages.scikit-image: relax numpy dependency constraint
parents c173b99c 6b008d64
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 = [