Skip to content

Commit

Permalink
Update requirements format and remove matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Jun 18, 2023
1 parent 07fb7d4 commit 6b18799
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,17 @@
install_requires=["sphinx>=4"],
extras_require={
"sphinx": [
"matplotlib",
"myst-nb",
"sphinx-book-theme>=0.4.0rc1",
"sphinx-copybutton",
"sphinx-design",
],
"testing": ["matplotlib", "pytest", "pytest-regressions", "beautifulsoup4"],
"testing": [
"sphinx-thebe[sphinx]",
"matplotlib",
"pytest",
"pytest-regressions",
"beautifulsoup4",
],
},
)

0 comments on commit 6b18799

Please sign in to comment.