-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy pathrequirements.txt
More file actions
99 lines (72 loc) · 1.57 KB
/
Copy pathrequirements.txt
File metadata and controls
99 lines (72 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# 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==2018.5
numpy==1.15.0
# for pandas-datareader
requests-file==1.4.1
# for requests
certifi==2018.8.24
chardet==3.0.4
idna==2.7
urllib3==1.23
# scipy and pandas are required for statsmodels,
# statsmodels in turn is required for some pandas packages
scipy==0.17.1
pandas==0.18.1
pandas-datareader==0.2.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.20.1
Cython==0.25.2
# 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.6.1
# On disk storage format for pipeline data.
bcolz==0.12.1
# On disk storage format for pricing data.
h5py==2.7.1
# Command line interface helper
click==4.0.0
# FUNctional programming utilities
toolz==0.8.2
multipledispatch==0.6.0
# for alembic
MarkupSafe==0.23
Mako==1.0.1
# Asset writer and finder
sqlalchemy==1.1.18
# For asset db management
alembic==0.7.7
sortedcontainers==1.4.4
# for intervaltree
intervaltree==2.1.0
# for caching
lru-dict==1.1.4
# For financial risk calculations
empyrical==0.5.0
tables==3.4.3
# For trading calendars
trading-calendars==1.6.1
# Interface definitions.
python-interface==1.5.1
funcsigs==1.0.2
typing==3.6.2
# Country Codes
iso3166==0.9