-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconda_env.yml
115 lines (115 loc) · 2.36 KB
/
conda_env.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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
name: macad-gym-benchmarking
channels:
- defaults
dependencies:
- blas=1.0
- ca-certificates=2018.03.07
- certifi=2018.11.29
- intel-openmp=2019.1
- libedit=3.1.20170329
- libffi=3.2.1
- libgcc-ng=8.2.0
- libgfortran-ng=7.3.0
- libstdcxx-ng=8.2.0
- mkl=2018.0.3
- mkl_fft=1.0.6
- mkl_random=1.0.1
- ncurses=6.1
- numpy=1.15.4
- numpy-base=1.15.4
- openssl=1.1.1a
- pip=10.0.1
- python=3.6.7
- readline=7.0
- setuptools=40.4.3
- sqlite=3.25.2
- tk=8.6.8
- wheel=0.32.2
- xz=5.2.4
- zlib=1.2.11
- pip:
- apipkg==1.5
- atari-py==0.1.1
- atomicwrites==1.2.0
- attrs==18.1.0
- backcall==0.1.0
- bleach==1.5.0
- carla==0.9.4
- cffi==1.11.5
- chardet==3.0.4
- click==6.7
- cmake==3.12.0
- colorama==0.3.9
- coverage==4.5.1
- cython==0.29.2
- decorator==4.3.0
- dill==0.2.8.2
- enum34==1.1.6
- execnet==1.6.0
- filelock==3.0.10
- flake8==3.6.0
- flatbuffers==1.10
- funcsigs==1.0.2
- future==0.16.0
- gputil==1.3.0
- gym==0.12.1
- html5lib==0.9999999
- hyperopt==0.1.1
- idna==2.7
- ipython-genutils==0.2.0
- jedi==0.13.1
- lz4==2.1.0
- markdown==2.6.11
- mccabe==0.6.1
- more-itertools==4.3.0
- networkx==2.1
- nose2==0.8.0
- opencv-python==3.4.2.17
- parso==0.3.1
- pexpect==4.6.0
- pickleshare==0.7.5
- pillow==5.2.0
- pluggy==0.11.0
- prompt-toolkit==2.0.7
- protobuf==3.6.1
- psutil==5.4.7
- ptyprocess==0.6.0
- py==1.5.4
- py-trees==0.8.1
- pycodestyle==2.4.0
- pycparser==2.18
- pydot==1.3.0
- pyflakes==2.0.0
- pygame==1.9.6
- pyglet==1.3.2
- pygments==2.3.0
- pymongo==3.7.1
- pyopengl==3.1.0
- pyparsing==2.3.0
- pytest==4.5.0
- pytest-forked==1.0.2
- pytest-xdist==1.28.0
- pyyaml==3.13
- pyzmq==17.1.2
- ray==0.8.4
- redis==3.4.1
- requests==2.19.1
- scipy==1.1.0
- setproctitle==1.1.10
- six==1.11.0
- tensorboardx==1.5
# - tensorflow==2.1.0
# - tensorflow-gpu==2.1.0
- tensorflow-tensorboard==0.4.0
- toml==0.10.0
- torch==0.4.1
- tox==3.11.1
- tqdm==4.26.0
- traitlets==4.3.2
- urllib3==1.23
- virtualenv==16.6.0
- wcwidth==0.1.7
- werkzeug==0.14.1
- yapf==0.25.0
- zmq==0.0.0
prefix: /home/praveen/miniconda3/envs/macad-gym