dbrgn / heroku-buildpack-python-sklearn

Python buildpack with Numpy 1.7.0, SciPy 0.11.0 and a current version of Scikit-learn.
MIT License
31 stars 28 forks source link

Include Scikit-learn 0.13.1 in support description #9

Closed stites closed 10 years ago

stites commented 10 years ago

having the scikit-learn version up front in the README would have helped me with a small hurdle I had - I was converting a repo to use this buildpack and therefore did not think that the demo section was relevant. Grabbed the scikit version from the demo.

dbrgn commented 10 years ago

I thought that a later version should work too. Is that not the case?

If ou can confirm that a newer version doesn't work I'll merge this! :)

stites commented 10 years ago

No, you're right, digging deeper it looks like scikit is compatible with versions of numpy>=1.3 and scipy>=0.7 - the issue I had was more to do with the fact that scikit was still looking for the newer versions.

It might be worth considering that scikit works with both versions - although not a necessity. Closing this PR.