2012-09-08
This document explains how to deploy a Python app that uses the Pandas library on Heroku.
Heroku builds Numpy (one of Pandas' requirements)
fine. However, when trying to deploy an app with both numpy and pandas in
its requirements.txt file (or even just pandas), for some reason it fails