Skip to content

Instantly share code, notes, and snippets.

@astrojuanlu
Created July 26, 2014 09:18
Show Gist options
  • Select an option

  • Save astrojuanlu/c0166f6a62f5bbb1ee0e to your computer and use it in GitHub Desktop.

Select an option

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 [].
# 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