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

Update setup.py

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