fhieni commited on
Commit
af9f94a
1 Parent(s): f908ee8

Upload environment.yml

Browse files
Files changed (1) hide show
  1. environment.yml +173 -0
environment.yml ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: viclone
2
+ channels:
3
+ - defaults
4
+ dependencies:
5
+ - _libgcc_mutex=0.1=main
6
+ - _openmp_mutex=5.1=1_gnu
7
+ - ca-certificates=2023.08.22=h06a4308_0
8
+ - cudatoolkit=11.3.1=h2bc3f7f_2
9
+ - cudnn=8.2.1=cuda11.3_0
10
+ - ld_impl_linux-64=2.38=h1181459_1
11
+ - libffi=3.4.4=h6a678d5_0
12
+ - libgcc-ng=11.2.0=h1234567_1
13
+ - libgomp=11.2.0=h1234567_1
14
+ - libstdcxx-ng=11.2.0=h1234567_1
15
+ - ncurses=6.4=h6a678d5_0
16
+ - openssl=3.0.12=h7f8727e_0
17
+ - pip=23.3=py38h06a4308_0
18
+ - python=3.8.18=h955ad1f_0
19
+ - readline=8.2=h5eee18b_0
20
+ - setuptools=68.0.0=py38h06a4308_0
21
+ - sqlite=3.41.2=h5eee18b_0
22
+ - tk=8.6.12=h1ccaba5_0
23
+ - wheel=0.41.2=py38h06a4308_0
24
+ - xz=5.4.2=h5eee18b_0
25
+ - zlib=1.2.13=h5eee18b_0
26
+ - pip:
27
+ - absl-py==2.0.0
28
+ - aiofiles==23.2.1
29
+ - aiohttp==3.8.6
30
+ - aiosignal==1.3.1
31
+ - altair==5.1.2
32
+ - annotated-types==0.6.0
33
+ - anyio==3.7.1
34
+ - async-timeout==4.0.3
35
+ - attrs==23.1.0
36
+ - audioread==3.0.1
37
+ - babel==2.13.1
38
+ - bcrypt==4.0.1
39
+ - cachetools==4.2.4
40
+ - certifi==2023.7.22
41
+ - cffi==1.16.0
42
+ - charset-normalizer==3.3.2
43
+ - click==8.1.7
44
+ - clldutils==3.20.0
45
+ - colorama==0.4.6
46
+ - colorlog==6.7.0
47
+ - cryptography==41.0.5
48
+ - csvw==3.1.3
49
+ - cycler==0.12.1
50
+ - cython==0.29.21
51
+ - decorator==4.4.2
52
+ - eng-to-ipa==0.0.2
53
+ - exceptiongroup==1.1.3
54
+ - fastapi==0.104.1
55
+ - ffmpy==0.3.1
56
+ - filelock==3.13.1
57
+ - frozenlist==1.4.0
58
+ - fsspec==2023.10.0
59
+ - google-auth==2.23.4
60
+ - google-auth-oauthlib==1.0.0
61
+ - gradio==3.13.0
62
+ - gradio-client==0.7.0
63
+ - grpcio==1.59.2
64
+ - h11==0.12.0
65
+ - httpcore==0.15.0
66
+ - httpx==0.23.0
67
+ - huggingface-hub==0.18.0
68
+ - idna==3.4
69
+ - imageio==2.32.0
70
+ - imageio-ffmpeg==0.4.9
71
+ - importlib-metadata==6.8.0
72
+ - importlib-resources==6.1.0
73
+ - isodate==0.6.1
74
+ - jinja2==3.1.2
75
+ - joblib==1.3.2
76
+ - jsonschema==4.19.2
77
+ - jsonschema-specifications==2023.7.1
78
+ - kiwisolver==1.4.5
79
+ - language-tags==1.2.0
80
+ - lazy-loader==0.3
81
+ - librosa==0.8.0
82
+ - linkify-it-py==2.0.2
83
+ - llvmlite==0.37.0
84
+ - lxml==4.9.3
85
+ - markdown==3.5.1
86
+ - markdown-it-py==3.0.0
87
+ - markupsafe==2.1.3
88
+ - matplotlib==3.3.1
89
+ - mdit-py-plugins==0.4.0
90
+ - mdurl==0.1.2
91
+ - monotonic-align==1.0.0
92
+ - moviepy==1.0.3
93
+ - msgpack==1.0.7
94
+ - multidict==6.0.4
95
+ - nltk==3.8.1
96
+ - numba==0.54.0
97
+ - numpy==1.19.5
98
+ - oauthlib==3.2.2
99
+ - orjson==3.9.10
100
+ - packaging==23.2
101
+ - pandas==1.1.5
102
+ - paramiko==3.3.1
103
+ - phonemizer==2.2.1
104
+ - pillow==9.5.0
105
+ - pkgutil-resolve-name==1.3.10
106
+ - platformdirs==3.11.0
107
+ - pooch==1.8.0
108
+ - proglog==0.1.10
109
+ - protobuf==3.20.0
110
+ - pyasn1==0.5.0
111
+ - pyasn1-modules==0.3.0
112
+ - pycparser==2.21
113
+ - pycryptodome==3.19.0
114
+ - pydantic==2.4.2
115
+ - pydantic-core==2.10.1
116
+ - pydub==0.25.1
117
+ - pygments==2.16.1
118
+ - pylatexenc==2.10
119
+ - pynacl==1.5.0
120
+ - pyparsing==3.1.1
121
+ - python-crfsuite==0.9.9
122
+ - python-dateutil==2.8.2
123
+ - python-multipart==0.0.6
124
+ - pytz==2023.3.post1
125
+ - pyyaml==6.0.1
126
+ - rdflib==7.0.0
127
+ - referencing==0.30.2
128
+ - regex==2023.10.3
129
+ - requests==2.31.0
130
+ - requests-oauthlib==1.3.1
131
+ - resampy==0.4.2
132
+ - rfc3986==1.5.0
133
+ - rich==13.6.0
134
+ - rpds-py==0.12.0
135
+ - rsa==4.9
136
+ - scikit-learn==1.3.2
137
+ - scipy==1.10.1
138
+ - segments==2.2.1
139
+ - semantic-version==2.10.0
140
+ - shellingham==1.5.4
141
+ - six==1.16.0
142
+ - sniffio==1.3.0
143
+ - soundfile==0.12.1
144
+ - soxr==0.3.7
145
+ - starlette==0.27.0
146
+ - tabulate==0.9.0
147
+ - tensorboard==2.14.0
148
+ - tensorboard-data-server==0.7.2
149
+ - tensorboard-plugin-wit==1.8.1
150
+ - threadpoolctl==3.2.0
151
+ - tomlkit==0.12.0
152
+ - toolz==0.12.0
153
+ - torch==1.12.0+cu116
154
+ - torchaudio==0.12.0+cu116
155
+ - torchvision==0.13.0+cu116
156
+ - tqdm==4.66.1
157
+ - typer==0.9.0
158
+ - typing-extensions==4.8.0
159
+ - tzdata==2023.3
160
+ - uc-micro-py==1.0.2
161
+ - underthesea==6.8.0
162
+ - underthesea-core==1.0.4
163
+ - unidecode==1.1.1
164
+ - uritemplate==4.1.1
165
+ - urllib3==2.0.7
166
+ - uvicorn==0.24.0.post1
167
+ - vinorm==2.0.7
168
+ - webrtcvad==2.0.10
169
+ - websockets==11.0.3
170
+ - werkzeug==3.0.1
171
+ - yarl==1.9.2
172
+ - zipp==3.17.0
173
+ prefix: /home/aiwinsor/miniconda3/envs/viclone