spacy: relax dependency versions
This commit is contained in:
parent
ffb094f939
commit
da8475736e
@ -37,7 +37,8 @@ buildPythonPackage rec {
|
||||
--replace "ftfy==" "ftfy>=" \
|
||||
--replace "msgpack-python==" "msgpack-python>=" \
|
||||
--replace "msgpack-numpy==" "msgpack-numpy>=" \
|
||||
--replace "pathlib" "pathlib; python_version<\"3.4\""
|
||||
--replace "thinc>=6.10.3,<6.11.0" "thinc>=6.10.3" \
|
||||
--replace "plac<1.0.0,>=0.9.6" "plac>=0.9.6"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user