scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
455 stars 122 forks source link

add conda recipe #112

Closed mehdidc closed 8 years ago

mehdidc commented 8 years ago

Fixing issue #109 . Adding a conda recipe (based on https://github.com/scikit-learn-contrib/lightning/tree/master/build_tools/conda-recipe).

mehdidc commented 8 years ago

Thanks, yes you're right, I moved them. scikit-learn is needed in the build phase because python setup.py install is called and scikit-learn is listed on install requirements but in conda, setuptools downloading is disabled in the build phase, I got this error when scikit-learn was not in meta.yaml : "RuntimeError: Setuptools downloading is disabled in conda build. Be sure to add all dependencies in the meta.yaml url=https://pypi.python.org/simple/scikit-learn/r"

jcrudy commented 8 years ago

Merging now.