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

Any chance to get a more updated version of numpy and scipy? #6

Closed AlJohri closed 10 years ago

AlJohri commented 10 years ago

Just curious if you would be able to precompile a more recent binary.

Thanks again for this!

Newer Versions of scipy 0.13.2 0.13.1 0.13.0 0.12.1 0.12.0 0.11.0 <--

Newer Versions of numpy 1.8.0 1.7.2 1.7.1 1.7.0 <--

Newer Versions of scikit-learn 0.14.1 0.14 0.13.1 <--

AlJohri commented 10 years ago

UPDATE: Found more recently compiled versions here: https://github.com/lell/npscipy-binaries

dbrgn commented 10 years ago

I'm currently in the hospital for a few days, I'll take a look at it when I'm back.

ChristopherRabotin commented 10 years ago

You can also use another buildpack such as https://github.com/thenovices/heroku-buildpack-scipy which is more up to date.

dbrgn commented 10 years ago

That could be a good idea, as I'm not using Heroku anymore, so I can't properly support this. @thenovices, are you planning on supporting your fork?

branliu0 commented 10 years ago

More or less. I'll probably be using numpy/scipy on Heroku for a while, so it'll probably be supported. No guarantees though.

I'm using this buildpack on two projects I'm working on, so there are some other improvements to the buildpack that are coming too.

ChristopherRabotin commented 10 years ago

@thenovices , could you open up public issues on your repo then?

branliu0 commented 10 years ago

Added.

branliu0 commented 10 years ago

We can probably close this issue.

dbrgn commented 10 years ago

OK, in that case I'll update the README with disclaimers pointing to your fork. I'll close this issue as soon as this is done. Thanks for taking over! :)

dbrgn commented 10 years ago

Fixed by bd938080ddc2bb396bf0798496b5f8d14cdcfed7.