pythonPackages.spacy: loosen dependency version bounds
This commit is contained in:
parent
19f841097f
commit
00898f0ada
@ -34,7 +34,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6"
|
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6" \
|
||||||
|
--replace "regex==" "regex>=" \
|
||||||
|
--replace "wheel>=0.32.0,<0.33.0" "wheel>=0.32.0"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user