mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-14 12:10:24 +08:00
Since statsmodels requires patsy, and statsmodels is now in requirements.txt instead of requirements_dev.txt, patsy also needs to be in requirements.txt instead of requirements_dev.txt.
24 lines
297 B
Plaintext
24 lines
297 B
Plaintext
# Logging
|
|
Logbook==0.6.0
|
|
|
|
# Scientific Libraries
|
|
|
|
pytz==2013.9
|
|
numpy==1.8.0
|
|
|
|
# Needed for parts of pandas.stats
|
|
statsmodels==0.5.0
|
|
patsy==0.2.1
|
|
|
|
pandas==0.12.0
|
|
python-dateutil==2.2
|
|
six==1.5.2
|
|
|
|
# Cython is required for TA-Lib
|
|
Cython==0.20
|
|
TA-Lib==0.4.8
|
|
|
|
# For fetching remote data
|
|
requests==2.2.0
|
|
|