diff --git a/doc-requirements.txt b/doc-requirements.txt index 3bb8f19e183d..ded1a2df68ba 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -12,5 +12,4 @@ ipython mock numpydoc pillow -scipy sphinx-gallery>=0.1.12 diff --git a/doc/conf.py b/doc/conf.py index 51a8c58249cd..83e26a0f8f5f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,6 @@ def _check_deps(): "matplotlib": 'matplotlib', "numpydoc": 'numpydoc', "PIL.Image": 'pillow', - "scipy": 'scipy', "sphinx_gallery": 'sphinx_gallery'} if sys.version_info < (3, 3): names["mock"] = 'mock'