Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d13126

Browse filesBrowse 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
Copy full SHA for 3d13126

File tree

Expand file treeCollapse file tree

2 files changed

+0
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-2
lines changed
Open diff view settings
Collapse file

‎doc-requirements.txt‎

Copy file name to clipboardExpand all lines: doc-requirements.txt
-1Lines 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
Collapse file

‎doc/conf.py‎

Copy file name to clipboardExpand all lines: doc/conf.py
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.