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

Meant to go to staging, not staging-next

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

View file

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