forked from Paperspace/DinoRunTutorial
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathenvironment.yaml
57 lines (57 loc) · 1.3 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
name: dino_rl
channels:
- defaults
dependencies:
- ca-certificates=2019.8.28=0
- certifi=2019.9.11=py36_0
- libcxx=4.0.1=hcfea43d_1
- libcxxabi=4.0.1=hcfea43d_1
- libedit=3.1.20181209=hb402a30_0
- libffi=3.2.1=h475c297_4
- ncurses=6.1=h0a44026_1
- openssl=1.0.2t=h1de35cc_1
- pip=19.2.3=py36_0
- python=3.6.5=hc167b69_1
- readline=7.0=h1de35cc_5
- setuptools=41.4.0=py36_0
- sqlite=3.30.0=ha441bb4_0
- tk=8.6.8=ha441bb4_0
- wheel=0.33.6=py36_0
- xz=5.2.4=h1de35cc_4
- zlib=1.2.11=h1de35cc_3
- pip:
- absl-py==0.8.1
- astor==0.8.0
- click==7.0
- cloudpickle==1.2.2
- future==0.18.1
- gast==0.3.2
- grpcio==1.24.1
- gym==0.15.3
- h5py==2.10.0
- joblib==0.14.0
- keras==2.3.1
- keras-applications==1.0.8
- keras-preprocessing==1.1.0
- markdown==3.1.1
- mock==3.0.5
- numpy==1.17.3
- opencv-python==4.1.1.26
- pandas==0.25.2
- pillow==6.2.0
- protobuf==3.10.0
- pyglet==1.3.2
- python-dateutil==2.8.0
- pytz==2019.3
- pyyaml==5.1.2
- scipy==1.3.1
- selenium==3.141.0
- six==1.12.0
- tensorboard==1.13.1
- tensorflow==1.13.1
- tensorflow-estimator==1.13.0
- termcolor==1.1.0
- tqdm==4.36.1
- urllib3==1.25.6
- werkzeug==0.16.0
prefix: /anaconda3/envs/dino_rl