Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 49a503b

Browse files
committed
Merge branch 'mehdidc-scipy_version'
2 parents 8127a96 + 779c1de commit 49a503b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ def setup_package():
113113
'py_modules': ['pyearth.earth', 'pyearth._version'],
114114
'classifiers': ['Development Status :: 3 - Alpha'],
115115
'requires': ['numpy', 'scipy'],
116-
'install_requires': ['scikit-learn >= 0.16',
117-
'sphinx_gallery'],
116+
'install_requires': [
117+
'scipy >= 0.16',
118+
'scikit-learn >= 0.16',
119+
'sphinx_gallery'],
118120
'setup_requires': ['numpy'],
119121
'include_package_data': True
120122
}

0 commit comments

Comments
 (0)