Skip to content
Snippets Groups Projects
Commit df0090f2 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update setup.py

parent 407ac210
No related branches found
No related tags found
No related merge requests found
Pipeline #14647 failed
......@@ -182,7 +182,7 @@ def setup_package():
python_requires = '>=3.6'
extras_require = {
'dev': ['pytest', 'pytest-cov'],
'doc': ['sphinx==4.5', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"]}
'doc': ['sphinx==5.0', 'numpydoc', 'sphinx_gallery', 'matplotlib', "sphinx_rtd_theme"]}
include_package_data = True
setup(name=name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment