Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3d13126

Browse files
authored
Merge pull request #9401 from NelleV/doc_scipy
DOC: scipy is not a requirement to build the docs
2 parents 51640a2 + 5979c76 commit 3d13126

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

doc-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ ipython
1212
mock
1313
numpydoc
1414
pillow
15-
scipy
1615
sphinx-gallery>=0.1.12

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def _check_deps():
4646
"matplotlib": 'matplotlib',
4747
"numpydoc": 'numpydoc',
4848
"PIL.Image": 'pillow',
49-
"scipy": 'scipy',
5049
"sphinx_gallery": 'sphinx_gallery'}
5150
if sys.version_info < (3, 3):
5251
names["mock"] = 'mock'

0 commit comments

Comments
 (0)