Files
catalyst/etc/requirements.txt
T
Eddie Hebert b34191bb01 BLD: Order scipy install before statsmodels.
statsmodels requires scipy to build, so list the scipy install
before statsmodels so that ordered_pip.sh will install it beforehand.
2014-05-28 11:44:19 -04:00

25 lines
348 B
Plaintext

# Logging
Logbook==0.7.0
# Scientific Libraries
pytz==2014.3
numpy==1.8.1
# scipy is required for statsmodels
scipy==0.13.2
# Needed for parts of pandas.stats
patsy==0.2.1
statsmodels==0.5.0
pandas==0.12.0
python-dateutil==2.2
six==1.6.1
# Cython is required for TA-Lib
Cython==0.20.1
TA-Lib==0.4.8
# For fetching remote data
requests==2.3.0