Created
July 26, 2014 09:18
-
-
Save astrojuanlu/c0166f6a62f5bbb1ee0e to your computer and use it in GitHub Desktop.
Paquetes necesarios para el libro "Learning NumPy Array". Reseña en español en http://pybonacci.wordpress.com/2014/07/26/resena-del-libro-learning-numpy-array-de-ivan-idris/. // Required packages for the book "Learning NumPy Array". Review in English at [].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Required packages for the book "Learning NumPy Array" | |
| # $ conda create -p venv python=2.7 --file requirements.txt | |
| # $ source venv/bin/activate venv | |
| numpy<=1.9.0 | |
| scipy<=0.14 | |
| ipython<=2.0.0 | |
| matplotlib<=1.4.0 | |
| cython<=0.17 | |
| pandas<=0.8.2 | |
| statsmodels<=0.6.0 | |
| nose<=1.3.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment