From 5979c765b9257e88716818fe306e4d03e7593f98 Mon Sep 17 00:00:00 2001 From: Nelle Varoquaux Date: Sat, 14 Oct 2017 12:31:39 -0700 Subject: [PATCH] FIX scipy is not a requirement --- doc-requirements.txt | 1 - doc/conf.py | 1 - 2 files changed, 2 deletions(-) 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'