python310Packages.scikit-image: relax numpy dependency constraint
This commit is contained in:
parent
d3b4a08e6e
commit
6b008d645b
1 changed files with 3 additions and 0 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue