8000 Add a matplotlib optional target dependency (#14362) · ipython/ipython@4f6eb6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f6eb6f

Browse files
authored
Add a matplotlib optional target dependency (#14362)
Would help with ipython/matplotlib-inline#4
2 parents 31bf1b4 + dbe7add commit 4f6eb6f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,11 @@ test_extra = [
108108
"pandas",
109109
"trio",
110110
]
111+
matplotlib = [
112+
" 5EA9 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)
0