Merge pull request #251708 from tjni/scikit-image
python310Packages.scikit-image: relax numpy dependency constraint
This commit is contained in:
commit
b405a2822d
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