-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconda_env.yml
123 lines (122 loc) · 2.55 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
116
117
118
119
120
121
122
name: mage
channels:
- defaults
dependencies:
- _libgcc_mutex=0.1
- blas=1.0
- ca-certificates=2019.11.27
- certifi=2019.11.28
- intel-openmp=2019.4
- libedit=3.1.20181209
- libffi=3.2.1
- libgcc-ng=9.1.0
- libgfortran-ng=7.3.0
- libstdcxx-ng=9.1.0
- mkl=2019.4
- mkl-service=2.3.0
- mkl_fft=1.0.15
- mkl_random=1.1.0
- ncurses=6.1
- numpy=1.17.3
- numpy-base=1.17.3
- openssl=1.1.1d
- pandas=0.25.3
- patchelf=0.10
- pip=19.3.1
- python=3.7.5
- python-dateutil=2.8.1
- pytz=2019.3
- readline=7.0
- scipy=1.3.1
- setuptools=42.0.1
- six=1.13.0
- sqlite=3.30.1
- tk=8.6.8
- wheel=0.33.6
- xz=5.2.4
- zlib=1.2.11
- pip:
- astroid==2.3.3
- atari-py==0.2.6
- attrdict==2.0.0
- attrs==19.3.0
- boto3==1.10.22
- botocore==1.13.22
- box2d-py==2.3.8
- bravado==10.4.3
- bravado-core==5.15.0
- cffi==1.13.2
- chardet==3.0.4
- click==7.0
- cloudpickle==1.2.2
- colorama==0.4.1
- cycler==0.10.0
- cython==0.29.14
- docopt==0.6.2
- dotmap==1.3.8
- fasteners==0.15
- filelock==3.0.12
- funcsigs==1.0.2
- future==0.18.2
- gitdb2==2.0.6
- gitpython==3.0.5
- glfw==1.8.4
- gym==0.15.4
- idna==2.8
- imageio==2.6.1
- importlib-metadata==0.23
- joblib==0.13.0
- jsonpickle==0.9.6
- jsonpointer==2.0
- jsonref==0.2
- jsonschema==3.2.0
- kiwisolver==1.1.0
- lockfile==0.12.2
- matplotlib==3.1.1
- monotonic==1.5
- more-itertools==7.2.0
- msgpack-python==0.5.6
- mujoco-py==1.50.1.68
- munch==2.5.0
- neptune-client==0.4.102
- nvidia-ml-py3==7.352.0
- oauthlib==3.1.0
- opencv-python==4.1.1.26
- packaging==19.2
- pillow==6.2.1
- pluggy==0.13.0
- protobuf==3.10.0
- psutil==5.6.5
- py==1.8.0
- py-cpuinfo==5.0.0
- py3nvml==0.2.5
- pyarrow==0.15.1
- pycparser==2.19
- pyglet==1.3.2
- pyjwt==1.7.1
- pymongo==3.9.0
- pyparsing==2.4.5
- pytest==5.3.0
- pyyaml==5.1.2
- redis==3.3.11
- requests==2.22.0
- requests-oauthlib==1.3.0
- rfc3987==1.3.8
- s3transfer==0.2.1
- sacred==0.7.5
- setproctitle==1.1.10
- simplejson==3.17.0
- smmap2==2.0.5
- strict-rfc3339==0.7
- swagger-spec-validator==2.4.3
- tabulate==0.8.6
- torch==1.4.0
- tqdm==4.41.1
- typing-extensions==3.7.4.1
- urllib3==1.25.7
- webcolors==1.10
- websocket-client==0.56.0
- wrapt==1.11.2
- xmltodict==0.12.0
- zipp==0.6.0
prefix: /home/wojciech/miniconda3/envs/mage