-
Notifications
You must be signed in to change notification settings - Fork 18
/
requirements.txt
55 lines (55 loc) · 1.12 KB
/
requirements.txt
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
PyYAML~=3.12
# Because we enable altair's colab renderer in the ipython.py startup script,
# we pin this to an exact version so that colab startup can't be broken by
# external package updates
altair~=2.2.2
beautifulsoup4~=4.6.0
crcmod~=1.7
future~=0.16.0
google-api-python-client~=1.6.6
google-auth~=1.4.0
google-auth-httplib2~=0.0.3
google-cloud-bigquery~=1.1.0
google-cloud-language~=1.0.0
google-cloud-storage~=1.8.0
google-cloud-translate~=1.3.0
grpcio~=1.15.0
h5py~=2.8.0
httplib2~=0.11.0
ipykernel~=4.6.0
ipython~=5.5.0
jinja2~=2.10
jsonschema~=2.6.0
keras~=2.2.0
matplotlib~=2.1.0
nltk~=3.2.0
notebook~=5.2.0
numpy~=1.14.0
oauth2client~=4.0
opencv-python~=3.4.0
pandas~=0.22.0
pandas-gbq~=0.4.1
pillow~=4.0.0
plotly~=1.12.0
portpicker~=1.2.0
psutil~=5.4.0
pygments~=2.1.0
pymc3~=3.5
pystache~=0.5.4
python-dateutil~=2.5.0
pytz~=2018.4
# <17.1.0 in order to avoid startup crash. (Details in review log.)
pyzmq>=17.0.0,<17.1.0
requests~=2.18.0
scikit-image~=0.13.0
scikit-learn~=0.19.0
scipy~=0.19.0
seaborn~=0.7.0
six~=1.11.0
spacy~=2.0.0
statsmodels~=0.8.0
sympy~=1.1.0
tensorflow-hub~=0.1.0
tornado~=4.5.0
vega_datasets~=0.5.0
xgboost~=0.7.0