mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-08 11:16:58 +08:00
pandas is required for statsmodels, so order installs so that pandas is available for at build time for statsmodels
26 lines
420 B
Plaintext
26 lines
420 B
Plaintext
# Logging
|
|
Logbook==0.7.0
|
|
|
|
# Scientific Libraries
|
|
|
|
pytz==2014.3
|
|
numpy==1.8.1
|
|
|
|
# scipy and pandas are required for statsmodels,
|
|
# statsmodels in turn is required for some pandas packages
|
|
scipy==0.13.2
|
|
pandas==0.12.0
|
|
# Needed for parts of pandas.stats
|
|
patsy==0.2.1
|
|
statsmodels==0.5.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
|