mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-14 12:10:24 +08:00
The internal system used to build and get burn-in on packages was accidentally using scipy 0.12.0, despite the change in the requirements file to 0.13.2 Setting back to using scipy 0.12.0 until 0.13.2 is more tested with internal systems, with the goal of upgrading to >= 0.14.0 as soon as possible.
29 lines
638 B
Plaintext
29 lines
638 B
Plaintext
# Logging
|
|
Logbook==0.7.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
|
|
|
|
# Cython is required for TA-Lib
|
|
Cython==0.20.1
|
|
# This --allow syntax is for compatibility with pip >= 1.5
|
|
# However, this is backwards incompatible change, since previous
|
|
# versions of pip do not support that flag.
|
|
--allow-external TA-Lib --allow-unverified TA-Lib TA-Lib==0.4.8
|
|
|
|
# For fetching remote data
|
|
requests==2.3.0
|