Skip to content

Commit 4dc8348

Browse files
author
Jorge
committed
Add sphinx deps
1 parent e64e53e commit 4dc8348

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers=[
2626
requires-python = ">=3.6"
2727
requires = [
2828
"numpy",
29+
"matplotlib",
2930
"scipy",
3031
]
3132

@@ -36,6 +37,7 @@ dev = [
3637
"pytest",
3738
"pytest-cov",
3839
"sphinx",
40+
"nbsphinx",
3941
"sphinx_rtd_theme",
4042
"tox",
4143
]

0 commit comments

Comments
 (0)