mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 14:39:49 +08:00
4c5cb867db
vwap zero division error.
31 lines
512 B
Plaintext
31 lines
512 B
Plaintext
# Logging
|
|
Logbook==0.6.0
|
|
|
|
# Scientific Libraries
|
|
|
|
pytz==2014.4
|
|
numpy==1.8.1
|
|
|
|
# scipy and pandas are required for statsmodels,
|
|
# statsmodels in turn is required for some pandas packages
|
|
scipy==0.12.0
|
|
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
|
|
|
|
# For fetching remote data
|
|
requests==2.5.1
|
|
|
|
Cython==0.20.1
|
|
|
|
# faster OrderedDict
|
|
cyordereddict==0.2.2
|
|
|
|
# faster array ops. Note once numpy gets to 1.9.1 we
|
|
# we can bump to 1.0.0
|
|
bottleneck==0.8.0
|