# 不可在包尾部附加 注释
# Incompatible with earlier PIP versions
pip>=10.0.0
# bcolz fails to install if this is not in the build_requires.
setuptools>=39.0.0

# Logging
Logbook>=1.3.0

# Scientific Libraries

pytz>=2017.2
# networkx 需要版本>=1.12
numpy>=1.13.0 

# for pandas-datareader
requests-file>=1.4.1

# scipy and pandas are required for statsmodels,
# statsmodels in turn is required for some pandas packages
scipy>=1.0.0
pandas>=0.23.0
# pandas-datareader>=0.5.0
# Needed for parts of pandas.stats
patsy>=0.4.0
statsmodels>=0.8.0

python-dateutil>=2.4.2
six>=1.10.0

# For fetching remote data
requests>=2.9.1

Cython>=0.27.0

# faster OrderedDict
cyordereddict>=1.0.0

# faster array ops.
bottleneck>=1.2.0

# contextlib2>=0.4.0

# networkx requires decorator
decorator>=4.0.0

# Graph algorithms used by zipline.pipeline
networkx>=2.1.0

# NumericalExpression pipeline terms.
numexpr>=2.6.1

# On disk storage format for pipeline data.
bcolz>=1.1.0

# Command line interface helper
click>=4.0.0

# FUNctional programming utilities
toolz>=0.9.0
multipledispatch>=0.4.8

# for alembic
MarkupSafe>=1.0
Mako>=1.0.1
# Asset writer and finder
sqlalchemy>=1.1.0
# For asset db management
alembic>=0.9.0

sortedcontainers>=1.5.9
# for intervaltree
intervaltree>=2.1.0

# for caching
lru-dict>=1.1.4

tables>=3.4.0