about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-18 23:13:36 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-01-20 21:09:23 +0100
commit72e80a623eace7daf48f95f7460a95fffea6e24b (patch)
tree063f4c9a77e5f7dc2441b2dbda285d840b66d081 /pkgs/development/python-modules
parent601917ea95b4413f7c2e7f9f8f2114850d982de8 (diff)
pythonPackages.mxnet: Remove old substituteInPlace
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/mxnet/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/mxnet/default.nix b/pkgs/development/python-modules/mxnet/default.nix
index 65eb2d44ffccc..d32905e7e6113 100644
--- a/pkgs/development/python-modules/mxnet/default.nix
+++ b/pkgs/development/python-modules/mxnet/default.nix
@@ -20,9 +20,7 @@ buildPythonPackage {
 
   postPatch = ''
     substituteInPlace python/setup.py \
-      --replace "graphviz<0.9.0," "graphviz" \
-      --replace "numpy<=1.15.2," "numpy" \
-      --replace "requests<2.19.0," "requests"
+      --replace "graphviz<0.9.0," "graphviz"
   '';
 
   preConfigure = ''