From 5461824edefaca2f0f3b44c13275dad3f26f007a Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 27 Dec 2021 15:39:56 -0500 Subject: [PATCH] Revert "Revert "matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure"" Un-revert on staging This reverts commit 37e104da68f8edaf590c6ffdc70d5065545e23e3. --- pkgs/development/python-modules/matplotlib-inline/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/matplotlib-inline/default.nix b/pkgs/development/python-modules/matplotlib-inline/default.nix index 9ee23b87ee81..d863239430dc 100644 --- a/pkgs/development/python-modules/matplotlib-inline/default.nix +++ b/pkgs/development/python-modules/matplotlib-inline/default.nix @@ -1,5 +1,4 @@ { lib, buildPythonPackage, fetchPypi -, matplotlib , traitlets # tests @@ -16,7 +15,6 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ - matplotlib # not documented, but required traitlets ];