mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-18 12:20:12 +08:00
22 lines
358 B
Plaintext
22 lines
358 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.3.0
|