mxnet: 1.2.1 -> 1.4.1

This commit is contained in:
Nikolay Amiantov
2019-06-02 20:11:58 +03:00
parent c534d5c865
commit 1deb406ac2
2 changed files with 7 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace python/setup.py \
--replace "graphviz<0.9.0," "graphviz" \
--replace "numpy<=1.15.0," "numpy" \
--replace "numpy<=1.15.2," "numpy" \
--replace "requests<2.19.0," "requests"
'';