Skip to content

Commit

Permalink
hotfix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 22, 2024
1 parent 0f2b74e commit 032f1f7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@

test_deps = ['codecov', 'pytest', 'pytest-cov']
flake_deps = ['flake8']
doc_deps = ['sphinx', 'sphinx-gallery', 'sphinx_bootstrap_theme']


doc_deps = ['sphinx',
'sphinx-gallery',
'sphinx_bootstrap_theme',
'numpydoc',
'sphinxcontrib-fulltoc',
'matplotlib']

with open('requirements.txt') as f:
requirements = f.read().splitlines()
Expand Down

0 comments on commit 032f1f7

Please sign in to comment.