Skip to content

Commit

Permalink
Fix docs dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysgt committed Sep 27, 2023
1 parent e64f275 commit 2b7ec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def get_version():
extras_require={
'testing': ['pytest', 'coverage', 'pytest-cov', 'pytest_cases'],
'docs': ['sphinx==5.0.2', 'sphinx_rtd_theme==0.5.0', 'sphinx_autodoc_typehints==1.11.1',
'nbsphinx==0.9.3', 'ipykernel==6.19.2', 'pandoc', 'ipympl']
'nbsphinx==0.9.3', 'ipykernel', 'pandoc', 'ipympl']
}

)

0 comments on commit 2b7ec3b

Please sign in to comment.