From 72e80a623eace7daf48f95f7460a95fffea6e24b Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Mon, 18 Jan 2021 23:13:36 +0100 Subject: pythonPackages.mxnet: Remove old substituteInPlace --- pkgs/development/python-modules/mxnet/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs/development/python-modules') 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 = '' -- cgit 1.4.1