Merge branch 'master' into feature/christina/fields
Showing
README
deleted
100644 → 0
README.md
0 → 100644
install.txt
deleted
100644 → 0
lms/static/images/press/cbsnews_178x138.jpg
0 → 100644
3.08 KB
lms/static/images/press/nytimes_240x180.png
0 → 100644
4.8 KB
3.01 KB
| # We use `scipy` in our project, which relies on `numpy`. `pip` apparently | ||
| # installs packages in a two-step process, where it will first try to build | ||
| # all packages, and then try to install all packages. As a result, if we simply | ||
| # added these packages to the top of `requirements.txt`, `pip` would try to | ||
| # build `scipy` before `numpy` has been installed, and it would fail. By | ||
| # separating this out into a `pre-requirements.txt` file, we can make sure | ||
| # that `numpy` is built *and* installed before we try to build `scipy`. | ||
| numpy==1.6.2 | ||
| distribute>=0.6.28 |