8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51640a2 commit 5979c76Copy full SHA for 5979c76
doc-requirements.txt
@@ -12,5 +12,4 @@ ipython
12
mock
13
numpydoc
14
pillow
15
-scipy
16
sphinx-gallery>=0.1.12
doc/conf.py
@@ -46,7 +46,6 @@ def _check_deps():
46
"matplotlib": 'matplotlib',
47
"numpydoc": 'numpydoc',
48
"PIL.Image": 'pillow',
49
- "scipy": 'scipy',
50
"sphinx_gallery": 'sphinx_gallery'}
51
if sys.version_info < (3, 3):
52
names["mock"] = 'mock'
0 commit comments