python310Packages.scikit-image: relax numpy dependency constraint

This commit is contained in:
Theodore Ni 2023-08-26 20:59:42 -07:00
parent d3b4a08e6e
commit 6b008d645b
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -54,6 +54,9 @@ let
postPatch = '' postPatch = ''
patchShebangs skimage/_build_utils/{version,cythoner}.py patchShebangs skimage/_build_utils/{version,cythoner}.py
substituteInPlace pyproject.toml \
--replace "numpy==" "numpy>="
''; '';
nativeBuildInputs = [ nativeBuildInputs = [