Skip to content

Commit dbe7add

Browse files
committed
Add a matpltolib optional target dependency
Would help with ipython/matplotlib-inline#4
1 parent 5b44509 commit dbe7add

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,11 @@ test_extra = [
108108
"pandas",
109109
"trio",
110110
]
111+
matplotlib = [
112+
"matplotlib"
113+
]
111114
all = [
112-
"ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,terminal]",
115+
"ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,matplotlib]",
113116
"ipython[test,test_extra]",
114117
]
115118

0 commit comments

Comments
 (0)