mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
pythonPackages.mxnet: Fix build (#56848)
This commit is contained in:
parent
680e9f1d91
commit
811293134b
@ -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 New Issue
Block a user