pythonPackages.mxnet: Fix build (#56848)
This commit is contained in:
parent
680e9f1d91
commit
811293134b
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace python/setup.py \
|
||||
--replace "graphviz<0.9.0" "graphviz<0.10.0" \
|
||||
--replace "numpy<=1.15.0" "numpy<1.16.0" \
|
||||
--replace "requests<2.19.0" "requests<2.20.0"
|
||||
--replace "graphviz<0.9.0," "graphviz" \
|
||||
--replace "numpy<=1.15.0," "numpy" \
|
||||
--replace "requests<2.19.0," "requests"
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue