Skip to content

Commit fba8ffd

Browse files
committed
MAINT update the requirements for readthedocs
1 parent 0a2899f commit fba8ffd

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
build:
2+
image: latest
13
formats:
24
- none
35
requirements_file: requirements.txt

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cython
12
numpy
23
scipy
3-
scikit-learn
4+
scikit-learn

setup.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
LICENSE = 'new BSD'
2828
DOWNLOAD_URL = 'https://github.com/scikit-learn-contrib/scikit-learn-extra'
2929
VERSION = __version__ # noqa
30-
INSTALL_REQUIRES = ['numpy', 'scipy', 'scikit-learn']
30+
INSTALL_REQUIRES = ['cython', 'numpy', 'scipy', 'scikit-learn']
3131
CLASSIFIERS = ['Intended Audience :: Science/Research',
3232
'Intended Audience :: Developers',
3333
'License :: OSI Approved',
@@ -46,6 +46,7 @@
4646
'pytest',
4747
'pytest-cov'],
4848
'docs': [
49+
'pillow',
4950
'sphinx',
5051
'sphinx-gallery',
5152
'sphinx_rtd_theme',

0 commit comments

Comments
 (0)