From 4f6eb6f21fea6d0e5a55cad7e6fc462dd669e3a6 2024-03-06 09:04:13 From: M Bussonnier Date: 2024-03-06 09:04:13 Subject: [PATCH] Add a matplotlib optional target dependency (#14362) Would help with https://github.com/ipython/matplotlib-inline/issues/4 --- diff --git a/pyproject.toml b/pyproject.toml index 151c61c..3e4717d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,8 +108,11 @@ test_extra = [ "pandas", "trio", ] +matplotlib = [ + "matplotlib" +] all = [ - "ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,terminal]", + "ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,matplotlib]", "ipython[test,test_extra]", ]