Skip to content

Commit

Permalink
change requires to install_requires in setup.py and add sphinx-galler…
Browse files Browse the repository at this point in the history
…y to requirements
  • Loading branch information
mehdidc committed May 31, 2015
1 parent 6e2f598 commit 235106a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
'py_modules': ['pyearth.earth', 'pyearth._version'],
'ext_modules': ext_modules,
'classifiers': ['Development Status :: 3 - Alpha'],
'requires': ['numpy', 'scipy', 'sklearn']}
'requires': ['numpy', 'scipy'],
'install_requires': ['scikit-learn',
'sphinx_gallery']}

# Add the build_ext command only if cythonizing
if cythonize_switch:
Expand Down

0 comments on commit 235106a

Please sign in to comment.