mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-15 11:22:18 +08:00
Upgrade six 1.9.0 -> 1.10.0 in requirements.txt, and futures 3.0.3 -> 3.0.5, requests-futures 0.9.5 -> 0.9.7, and piprot 0.9.1 -> 0.9.6 in requirements_dev.txt.
57 lines
973 B
Plaintext
57 lines
973 B
Plaintext
# Incompatible with earlier PIP versions
|
|
pip>=7.1.0
|
|
# bcolz fails to install if this is not in the build_requires.
|
|
setuptools>18.0
|
|
|
|
# Logging
|
|
Logbook==0.12.5
|
|
|
|
# Scientific Libraries
|
|
|
|
pytz==2015.4
|
|
numpy==1.9.2
|
|
|
|
# scipy and pandas are required for statsmodels,
|
|
# statsmodels in turn is required for some pandas packages
|
|
scipy==0.15.1
|
|
pandas==0.16.1
|
|
# Needed for parts of pandas.stats
|
|
patsy==0.4.0
|
|
statsmodels==0.6.1
|
|
|
|
python-dateutil==2.4.2
|
|
six==1.10.0
|
|
|
|
# For fetching remote data
|
|
requests==2.9.1
|
|
|
|
Cython==0.22.1
|
|
|
|
# faster OrderedDict
|
|
cyordereddict==0.2.2
|
|
|
|
# faster array ops.
|
|
bottleneck==1.0.0
|
|
|
|
contextlib2==0.4.0
|
|
|
|
# networkx requires decorator
|
|
decorator==4.0.0
|
|
# Graph algorithms used by zipline.pipeline
|
|
networkx==1.9.1
|
|
|
|
# NumericalExpression pipeline terms.
|
|
numexpr==2.4.3
|
|
|
|
# On disk storage format for pipeline data.
|
|
bcolz==0.12.1
|
|
|
|
# Command line interface helper
|
|
click==4.0.0
|
|
|
|
# FUNctional programming utilities
|
|
toolz==0.7.4
|
|
|
|
# Asset writer and finder
|
|
sqlalchemy==1.0.8
|