mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
Keeping current with TA-Lib release. Also, TA-Lib 0.4.7 has been removed from PyPI, so 0.4.8 is required for fresh PyPI based installs.
19 lines
228 B
Plaintext
19 lines
228 B
Plaintext
# Logging
|
|
Logbook==0.6.0
|
|
|
|
# Scientific Libraries
|
|
|
|
pytz==2013.9
|
|
numpy==1.8.0
|
|
|
|
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
|