Skip to content

Commit

Permalink
Add a matpltolib optional target dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Mar 4, 2024
1 parent 5b44509 commit dbe7add
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
]

Expand Down

0 comments on commit dbe7add

Please sign in to comment.