Skip to content

Commit

Permalink
Move matplotlib to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jun 27, 2024
1 parent 0d2f2c6 commit 20fc94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ build = [
"twine",
]
docs = [
"matplotlib",
"sphinx",
"sphinx_rtd_theme",
]
test = [
"pytest",
"coverage",
"coveralls",
"matplotlib",
"pytest",
]
tox = [
"tox",
Expand Down

0 comments on commit 20fc94d

Please sign in to comment.