Skip to content

Commit

Permalink
Add a matplotlib optional target dependency (#14362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Mar 6, 2024
2 parents 31bf1b4 + dbe7add commit 4f6eb6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
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 4f6eb6f

Please sign in to comment.