Code Monkey home page Code Monkey logo

heroku-buildpack-scipy's Introduction

Heroku buildpack: Python, Numpy, Scipy, scikit-learn, and samplerate

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

This custom buildpack currently supports only NumPy 1.8.1 and SciPy 0.14.0 installations.

Please open a GitHub for any problems encountered or feature requests. If you are interested in seeing a write-up/tutorial for creating this custom buildpack, please let me know in a GitHub issue.

Details

This buildpack only supports:

  • NumPy 1.8.1
  • SciPy 0.14.0

This package will also install compiled runtime libraries for BLAS, LAPACK, ATLAS, and Fortran, which are needed by NumPy and SciPy at runtime.

If you desire older NumPy or SciPy packages, please take a look at https://github.com/dbrgn/heroku-buildpack-python-sklearn

Usage

For a new app:

heroku create --buildpack https://github.com/bgirardeau/heroku-buildpack-scipy

For an existing app:

heroku config:set BUILDPACK_URL=https://github.com/bgirardeau/heroku-buildpack-scipy

Demo

$ mkdir testheroku
$ cd testheroku
$ git init
$ heroku create --buildpack https://github.com/bgirardeau/heroku-builpack-scipy
$ echo -e "numpy==1.8.1\nscipy==0.14.0" > requirements.txt
$ git add requirements.txt
$ git commit -m 'Added requirements'
$ git push heroku master

Acknowledgments

This fork is taken from @dbrgn -- I owe thanks to him, @wyn, and others for setting up a lot of the code here.

heroku-buildpack-scipy's People

Contributors

aljosa avatar andres-torres-marroquin avatar bgirardeau avatar branliu0 avatar craigkerstiens avatar dbrgn avatar dcrosta avatar dpaola2 avatar gulopine avatar kencochrane avatar lstoll avatar manojlds avatar mjtamlyn avatar ogrisel avatar ojno avatar saulshanabrook avatar skoczen avatar streeter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.