##// END OF EJS Templates
Add a matplotlib optional target dependency (#14362)...
M Bussonnier -
r28691:4f6eb6f2 merge
parent child Browse files
Show More
@@ -108,8 +108,11 b' test_extra = ['
108 "pandas",
108 "pandas",
109 "trio",
109 "trio",
110 ]
110 ]
111 matplotlib = [
112 "matplotlib"
113 ]
111 all = [
114 all = [
112 "ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,terminal]",
115 "ipython[black,doc,kernel,nbconvert,nbformat,notebook,parallel,qtconsole,matplotlib]",
113 "ipython[test,test_extra]",
116 "ipython[test,test_extra]",
114 ]
117 ]
115
118
General Comments 0
You need to be logged in to leave comments. Login now