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
457 stars 122 forks source link

Fix numpy install issue #60 #98

Closed mehdidc closed 8 years ago

mehdidc commented 8 years ago

Fix numpy install issue #60, following the reference found by @jcrudy (https://github.com/pypa/pip/issues/25)

jcrudy commented 8 years ago

Nice! Looks good and works on my system. I'm merging it and will close the issue.