fhieni commited on
Commit
4f8c526
·
1 Parent(s): 53919a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -128
requirements.txt CHANGED
@@ -1,133 +1,10 @@
1
- pip==23.3.1
2
- absl-py==2.0.0
3
- aiofiles==23.2.1
4
- altair==5.1.2
5
- annotated-types==0.6.0
6
- anyio==3.7.1
7
- attrs==23.1.0
8
- audioread==3.0.1
9
- Babel==2.13.1
10
- cachetools==4.2.4
11
- certifi==2023.7.22
12
- cffi==1.16.0
13
- charset-normalizer==3.3.2
14
- click==8.1.7
15
- clldutils==3.20.0
16
- colorama==0.4.6
17
- colorlog==6.7.0
18
- csvw==3.1.3
19
- cycler==0.12.1
20
  Cython==0.29.21
21
- decorator==4.4.2
22
- eng-to-ipa==0.0.2
23
- exceptiongroup==1.1.3
24
- fastapi==0.104.1
25
- ffmpy==0.3.1
26
- filelock==3.13.1
27
- fsspec==2023.10.0
28
- google-auth==2.23.4
29
- google-auth-oauthlib==1.0.0
30
- gradio==4.1.1
31
- gradio_client==0.7.0
32
- grpcio==1.59.2
33
- h11==0.14.0
34
- httpcore==1.0.1
35
- httpx==0.25.1
36
- huggingface-hub==0.18.0
37
- idna==3.4
38
- imageio==2.32.0
39
- imageio-ffmpeg==0.4.9
40
- importlib-metadata==6.8.0
41
- importlib-resources==6.1.0
42
- isodate==0.6.1
43
- Jinja2==3.1.2
44
- joblib==1.3.2
45
- jsonschema==4.19.2
46
- jsonschema-specifications==2023.7.1
47
- kiwisolver==1.4.5
48
- language-tags==1.2.0
49
- lazy_loader==0.3
50
  librosa==0.8.0
51
- llvmlite==0.37.0
52
- lxml==4.9.3
53
- Markdown==3.5.1
54
- markdown-it-py==3.0.0
55
- MarkupSafe==2.1.3
56
  matplotlib==3.3.1
57
- mdurl==0.1.2
58
- moviepy==1.0.3
59
- msgpack==1.0.7
60
- nltk==3.8.1
61
- numba==0.54.0
62
- numpy==1.19.5
63
- oauthlib==3.2.2
64
- orjson==3.9.10
65
- packaging==23.2
66
- pandas==1.1.5
67
  phonemizer==2.2.1
68
- Pillow==9.5.0
69
- pkgutil_resolve_name==1.3.10
70
- platformdirs==3.11.0
71
- pooch==1.8.0
72
- proglog==0.1.10
73
- protobuf==3.20.0
74
- pyasn1==0.5.0
75
- pyasn1-modules==0.3.0
76
- pycparser==2.21
77
- pydantic==2.4.2
78
- pydantic_core==2.10.1
79
- pydub==0.25.1
80
- Pygments==2.16.1
81
- pylatexenc==2.10
82
- pyparsing==3.1.1
83
- python-crfsuite==0.9.9
84
- python-dateutil==2.8.2
85
- python-multipart==0.0.6
86
- pytz==2023.3.post1
87
- PyYAML==6.0.1
88
- rdflib==7.0.0
89
- referencing==0.30.2
90
- regex==2023.10.3
91
- requests==2.31.0
92
- requests-oauthlib==1.3.1
93
- resampy==0.4.2
94
- rfc3986==1.5.0
95
- rich==13.6.0
96
- rpds-py==0.12.0
97
- rsa==4.9
98
- scikit-learn==1.3.2
99
- scipy==1.10.1
100
- segments==2.2.1
101
- semantic-version==2.10.0
102
- shellingham==1.5.4
103
- six==1.16.0
104
- sniffio==1.3.0
105
- soundfile==0.12.1
106
- soxr==0.3.7
107
- starlette==0.27.0
108
- tabulate==0.9.0
109
- tensorboard==2.14.0
110
- tensorboard-data-server==0.7.2
111
- tensorboard-plugin-wit==1.8.1
112
- threadpoolctl==3.2.0
113
- tomlkit==0.12.0
114
- toolz==0.12.0
115
- torch==1.12.0+cu116
116
- torchaudio==0.12.0+cu116
117
- torchvision==0.13.0+cu116
118
- tqdm==4.66.1
119
- typer==0.9.0
120
- typing_extensions==4.8.0
121
- tzdata==2023.3
122
- underthesea==6.8.0
123
- underthesea_core==1.0.4
124
  Unidecode==1.1.1
125
- uritemplate==4.1.1
126
- urllib3==2.0.7
127
- uvicorn==0.24.0.post1
128
- vinorm==2.0.7
129
- webrtcvad==2.0.10
130
- websockets==11.0.3
131
- Werkzeug==3.0.1
132
- zipp==3.17.0
133
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Cython==0.29.21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  librosa==0.8.0
 
 
 
 
 
3
  matplotlib==3.3.1
4
+ numpy==1.18.5
 
 
 
 
 
 
 
 
 
5
  phonemizer==2.2.1
6
+ scipy==1.5.2
7
+ tensorboard==2.3.0
8
+ torch==1.6.0
9
+ torchvision==0.7.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  Unidecode==1.1.1