-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathenvironment.yaml
159 lines (159 loc) · 4.08 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
name: ordinalclip
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=main
- _openmp_mutex=4.5=1_gnu
- blas=1.0=mkl
- bzip2=1.0.8=h7f98852_4
- ca-certificates=2021.10.8=ha878542_0
- certifi=2021.10.8=py38h578d9bd_2
- cudatoolkit=11.3.1=h2bc3f7f_2
- ffmpeg=4.3=hf484d3e_0
- freetype=2.10.4=h0708190_1
- gmp=6.2.1=h58526e2_0
- gnutls=3.6.13=h85f3911_1
- intel-openmp=2021.4.0=h06a4308_3561
- jpeg=9e=h7f8727e_0
- lame=3.100=h7f98852_1001
- ld_impl_linux-64=2.35.1=h7274673_9
- libffi=3.3=he6710b0_2
- libgcc-ng=9.3.0=h5101ec6_17
- libgomp=9.3.0=h5101ec6_17
- libiconv=1.16=h516909a_0
- libpng=1.6.37=h21135ba_2
- libstdcxx-ng=9.3.0=hd4cf53a_17
- libtiff=4.0.10=hc3755c2_1005
- libuv=1.40.0=h7b6447c_0
- lz4-c=1.9.3=h9c3ff4c_1
- mkl=2021.4.0=h06a4308_640
- mkl-service=2.4.0=py38h497a2fe_0
- mkl_fft=1.3.1=py38hd3c417c_0
- mkl_random=1.2.2=py38h1abd341_0
- ncurses=6.3=h7f8727e_2
- nettle=3.6=he412f7d_0
- numpy=1.21.5=py38he7a7128_2
- numpy-base=1.21.5=py38hf524024_2
- olefile=0.46=pyh9f0ad1d_1
- openh264=2.1.1=h780b84a_0
- openssl=1.1.1n=h7f8727e_0
- pillow=6.2.1=py38h6b7be26_0
- pip=21.2.4=py38h06a4308_0
- python=3.8.13=h12debd9_0
- python_abi=3.8=2_cp38
- pytorch=1.10.1=py3.8_cuda11.3_cudnn8.2.0_0
- pytorch-mutex=1.0=cuda
- readline=8.1.2=h7f8727e_1
- six=1.16.0=pyh6c4a22f_0
- sqlite=3.38.2=hc218d9a_0
- tk=8.6.11=h1ccaba5_0
- torchvision=0.11.2=py38_cu113
- typing_extensions=4.2.0=pyha770c72_1
- wheel=0.37.1=pyhd3eb1b0_0
- xz=5.2.5=h7f8727e_1
- zlib=1.2.12=h7f8727e_2
- zstd=1.4.9=ha95c52a_0
- pip:
- absl-py==1.0.0
- aiohttp==3.8.1
- aiosignal==1.2.0
- antlr4-python3-runtime==4.8
- astor==0.8.1
- asttokens==2.0.5
- async-timeout==4.0.2
- attrs==21.4.0
- backcall==0.2.0
- bandit==1.7.0
- black==22.3.0
- cachetools==5.0.0
- cfgv==3.3.1
- charset-normalizer==2.0.12
- click==8.1.3
- cycler==0.11.0
- decorator==5.1.1
- distlib==0.3.4
- executing==0.8.3
- filelock==3.6.0
- flake8==3.9.1
- flake8-docstrings==1.6.0
- flynt==0.64
- fonttools==4.33.3
- frozenlist==1.3.0
- fsspec==2022.3.0
- ftfy==6.1.1
- gitdb==4.0.9
- gitpython==3.1.27
- google-auth==2.6.6
- google-auth-oauthlib==0.4.6
- grpcio==1.46.0
- identify==2.5.0
- idna==3.3
- importlib-metadata==4.11.3
- iniconfig==1.1.1
- ipython==8.3.0
- isort==5.8.0
- jedi==0.18.1
- kiwisolver==1.4.2
- markdown==3.3.7
- matplotlib==3.5.2
- matplotlib-inline==0.1.3
- mccabe==0.6.1
- multidict==6.0.2
- mypy==0.902
- mypy-extensions==0.4.3
- nodeenv==1.6.0
- oauthlib==3.2.0
- omegaconf==2.2.0
- packaging==21.3
- pandas==1.4.2
- parso==0.8.3
- pathspec==0.9.0
- pbr==5.9.0
- pexpect==4.8.0
- pickleshare==0.7.5
- platformdirs==2.5.2
- pluggy==1.0.0
- pre-commit==2.19.0
- prompt-toolkit==3.0.29
- protobuf==3.20.1
- ptyprocess==0.7.0
- pure-eval==0.2.2
- py==1.11.0
- pyasn1==0.4.8
- pyasn1-modules==0.2.8
- pycodestyle==2.7.0
- pydeprecate==0.3.2
- pydocstyle==6.1.1
- pyflakes==2.3.1
- pygments==2.12.0
- pyparsing==3.0.8
- pytest==7.1.2
- python-dateutil==2.8.2
- pytorch-lightning==1.6.3
- pytz==2022.1
- pyyaml==6.0
- regex==2022.4.24
- requests==2.27.1
- requests-oauthlib==1.3.1
- rsa==4.8
- setuptools==59.5.0
- smmap==5.0.0
- snowballstemmer==2.2.0
- stack-data==0.2.0
- stevedore==3.5.0
- tensorboard==2.9.0
- tensorboard-data-server==0.6.1
- tensorboard-plugin-wit==1.8.1
- toml==0.10.2
- tomli==2.0.1
- torchmetrics==0.8.2
- tqdm==4.64.0
- traitlets==5.1.1
- urllib3==1.26.9
- virtualenv==20.14.1
- wcwidth==0.2.5
- werkzeug==2.1.2
- yarl==1.7.2
- zipp==3.8.0