Revert "Revert "matplotlib-inline: Don't depend on matplotlib -> smaller ipython closure""

Un-revert on staging

This reverts commit 37e104da68.
This commit is contained in:
Dmitry Kalinkin 2021-12-27 15:39:56 -05:00
parent 37e104da68
commit 5461824ede
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchPypi
, matplotlib
, traitlets
# tests
@ -16,7 +15,6 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
matplotlib # not documented, but required
traitlets
];