mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
thinc: relax dependency version requirements
This commit is contained in:
parent
856b891765
commit
ffb094f939
|
@ -35,7 +35,9 @@ buildPythonPackage rec {
|
|||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "msgpack-python==" "msgpack-python>=" \
|
||||
--replace "msgpack-numpy==" "msgpack-numpy>="
|
||||
--replace "msgpack-numpy==" "msgpack-numpy>=" \
|
||||
--replace "plac>=0.9,<1.0" "plac>=0.9" \
|
||||
--replace "hypothesis>=2,<3" "hypothesis>=2"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue