Skip to content

Commit

Permalink
remove dependencies for documentation
Browse files Browse the repository at this point in the history
the requriements for the docs are listed in a separate requriements.txt file in the docs folder
  • Loading branch information
Daniel Schick committed Jan 31, 2024
1 parent 811055b commit c0ae22a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
extras_require={
'parallel': ['dask[distributed]>=2.6.0'],
'testing': ['flake8', 'pytest'],
'documentation': ['sphinx', 'nbsphinx', 'sphinxcontrib-napoleon',
'autodocsumm'],
},
license='MIT',
author='Daniel Schick',
Expand Down

0 comments on commit c0ae22a

Please sign in to comment.