Skip to content

ogrisel/heroku-buildpack-python-sklearn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Python, Numpy, Scipy, Scikit-learn

This is a Heroku buildpack for Python apps, powered by pip.

Additionally, it adds support for Numpy, Scipy and Scikit-learn.

Build Status

Differences to other forks

This buildpack is strongly inspired by @wyn and @ToonTimbermont. In fact, I copied a lot of code from them. It also uses binaries provided by @wyn. Thanks a lot.

In contrast to their forks, this buildpack does not require a setup.py, it works with a normal requirements.txt file. Additionally, it is based on the current version of the heroku-buildpack-python. This means that it uses a current version of pip, which gets rid of some stack traces in the deploy log.

Setup, Usage

Specify the buildpack as usual. For a new app:

heroku create --buildpack https://github.com/dbrgn/heroku-buildpack-python-sklearn/

For an existing app:

heroku config:set BUILDPACK_URL=https://github.com/dbrgn/heroku-buildpack-python-sklearn/

About

Python buildpack with Numpy 1.7.0, SciPy 0.11.0 and a current version of Scikit-learn.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.6%
  • Shell 22.4%
  • Perl 4.0%