Skip to content

Doesn't everyone want to use Scipy on Heroku with Python version 3.5?

Notifications You must be signed in to change notification settings

arose13/HerokuCondaScipyFlaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 3, Anaconda, Scipy, Numpy, etc and Flask on Heroku!

Finally an example of how it's done!

  1. Create a conda-requirements.txt for conda installs and pip installs are in requirements.txt
  2. Using gunicorn then my Procfile applies.
  3. Use this buildpack https://github.com/arose13/conda-buildpack.git

Note

  • Make sure that python version is first on the list
  • Make sure that Numpy is in front of Scipy on the conda-requirements.txt
  • Make sure that Scipy is in front of Scikit-learn (If you're using it) on the conda-requirements.txt

About

Doesn't everyone want to use Scipy on Heroku with Python version 3.5?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages