forked from poloclub/cnn-explainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
62 lines (62 loc) · 1.45 KB
/
environment.yaml
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
name: tiny-vgg
channels:
- defaults
dependencies:
- ca-certificates=2020.1.1=0
- certifi=2020.4.5.1=py36_0
- libcxx=4.0.1=hcfea43d_1
- libcxxabi=4.0.1=hcfea43d_1
- libedit=3.1.20181209=hb402a30_0
- libffi=3.2.1=h0a44026_6
- ncurses=6.2=h0a44026_1
- openssl=1.1.1g=h1de35cc_0
- pip=20.0.2=py36_1
- python=3.6.10=hc70fcce_1
- readline=8.0=h1de35cc_0
- setuptools=46.1.3=py36_0
- sqlite=3.31.1=h5c1f38d_1
- tk=8.6.8=ha441bb4_0
- wheel=0.34.2=py36_0
- xz=5.2.5=h1de35cc_0
- zlib=1.2.11=h1de35cc_3
- pip:
- absl-py==0.9.0
- astor==0.8.1
- cachetools==4.1.0
- chardet==3.0.4
- gast==0.2.2
- google-auth==1.14.1
- google-auth-oauthlib==0.4.1
- google-pasta==0.2.0
- grpcio==1.28.1
- h5py==2.10.0
- idna==2.9
- keras-applications==1.0.8
- keras-preprocessing==1.1.0
- markdown==3.2.1
- numpy==1.18.3
- oauthlib==3.1.0
- opt-einsum==3.2.1
- prompt-toolkit==1.0.14
- protobuf==3.11.3
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pygments==2.6.1
- pyinquirer==1.0.3
- regex==2020.4.4
- requests==2.23.0
- requests-oauthlib==1.3.0
- rsa==4.0
- scipy==1.4.1
- six==1.14.0
- tensorboard==2.1.1
- tensorflow==2.1.0
- tensorflow-cpu==2.1.0
- tensorflow-estimator==2.1.0
- tensorflow-hub==0.7.0
- tensorflowjs==1.7.4
- termcolor==1.1.0
- urllib3==1.25.9
- wcwidth==0.1.9
- werkzeug==1.0.1
- wrapt==1.12.1