-
Notifications
You must be signed in to change notification settings - Fork 8
/
environment.yml
53 lines (52 loc) · 1.14 KB
/
environment.yml
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
name: carla-controller
channels:
- conda-forge
- defaults
dependencies:
- certifi=2018.10.15=py36_1000
- pip=18.1=py36_1000
- python=3.6.6=he025d50_0
- setuptools=40.5.0=py36_0
- vc=14=0
- vs2015_runtime=14.0.25420=0
- wheel=0.32.2=py36_0
- wincertstore=0.2=py36_1002
- pip:
- absl-py==0.6.1
- astor==0.7.1
- astroid==2.0.4
- bleach==1.5.0
- colorama==0.4.0
- cycler==0.10.0
- future==0.17.1
- gast==0.2.0
- grpcio==1.16.0
- h5py==2.8.0
- html5lib==0.9999999
- isort==4.3.4
- keras-applications==1.0.6
- keras-preprocessing==1.0.5
- kiwisolver==1.0.1
- lazy-object-proxy==1.3.1
- markdown==3.0.1
- matplotlib==3.0.1
- mccabe==0.6.1
- numexpr==2.6.8
- numpy==1.14.5
- pandas==0.23.4
- pillow==5.3.0
- protobuf==3.6.1
- pygame==1.9.4
- pyparsing==2.3.0
- python-dateutil==2.7.5
- pytz==2018.7
- scipy==1.1.0
- six==1.11.0
- tables==3.4.4
- tensorboard==1.12.0
- tensorflow-gpu==1.12.0
- tensorflow-tensorboard==1.5.1
- termcolor==1.1.0
- typed-ast==1.1.0
- werkzeug==0.14.1
- wrapt==1.10.11