Files
catalyst/etc/requirements_sci.txt
T
Jonathan Kamens f14c6c7077 Fix statsmodels version dependencies to make pip happy
Use statsmodels>=0.5.0 instead of statsmodels==0.5.0-tutorial-beta,
because although the latter is the download version listed in pypi, it
installs as 0.5.0, which means if we list that specific version as the
requirement, then pip reinstalls it every time launch.sh is run.
2012-08-23 17:27:00 -04:00

21 lines
324 B
Plaintext

# Date Related
pytz==2011n
python-dateutil==1.5
# Core scientific python
numpy>=1.6.1
pandas==0.8.0
scipy>=0.10.0
matplotlib==1.1.0
#http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/matplotlib-1.1.0.tar.gz
numexpr==2.0.1
Cython==0.15.1
patsy==0.1.0
statsmodels>=0.5.0
# ZeroMQ
pyzmq==2.1.11