Spaces:
Running
Running
Commit
·
37f7ef3
1
Parent(s):
c9a164e
SW-210 fix requirements.txt to simplify and upgrade dependencies
Browse files- requirements.txt +16 -122
requirements.txt
CHANGED
@@ -1,122 +1,16 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
contourpy
|
18 |
-
cycler
|
19 |
-
datasets
|
20 |
-
dill
|
21 |
-
distlib
|
22 |
-
dnspython
|
23 |
-
docutils
|
24 |
-
email_validator
|
25 |
-
exceptiongroup
|
26 |
-
fastapi
|
27 |
-
fastapi-cli
|
28 |
-
ffmpy
|
29 |
-
filelock
|
30 |
-
fonttools
|
31 |
-
frozenlist
|
32 |
-
fsspec
|
33 |
-
gradio==5.0.1
|
34 |
-
h11
|
35 |
-
httpcore
|
36 |
-
httptools
|
37 |
-
httpx
|
38 |
-
huggingface-hub
|
39 |
-
identify
|
40 |
-
idna
|
41 |
-
importlib_metadata
|
42 |
-
importlib_resources
|
43 |
-
jaraco.classes
|
44 |
-
jaraco.context
|
45 |
-
jaraco.functools
|
46 |
-
Jinja2
|
47 |
-
jsonschema
|
48 |
-
jsonschema-specifications
|
49 |
-
keyring
|
50 |
-
kiwisolver
|
51 |
-
markdown-it-py
|
52 |
-
MarkupSafe
|
53 |
-
matplotlib
|
54 |
-
mdurl
|
55 |
-
more-itertools
|
56 |
-
multidict
|
57 |
-
multiprocess
|
58 |
-
nh3
|
59 |
-
nodeenv
|
60 |
-
numpy
|
61 |
-
orjson
|
62 |
-
packaging
|
63 |
-
pandas
|
64 |
-
pillow
|
65 |
-
pkginfo
|
66 |
-
platformdirs
|
67 |
-
plotly
|
68 |
-
pre-commit
|
69 |
-
pyarrow
|
70 |
-
pyarrow-hotfix
|
71 |
-
pycparser
|
72 |
-
pydantic
|
73 |
-
pydantic_core
|
74 |
-
pydub
|
75 |
-
Pygments
|
76 |
-
pyparsing
|
77 |
-
pyproject_hooks
|
78 |
-
python-dateutil
|
79 |
-
python-dotenv
|
80 |
-
python-multipart
|
81 |
-
pytz
|
82 |
-
PyYAML
|
83 |
-
readme_renderer
|
84 |
-
referencing
|
85 |
-
requests
|
86 |
-
requests-toolbelt
|
87 |
-
rfc3986
|
88 |
-
rich
|
89 |
-
rpds-py
|
90 |
-
ruff
|
91 |
-
scipy
|
92 |
-
scikit-learn
|
93 |
-
semantic-version
|
94 |
-
shellingham
|
95 |
-
six
|
96 |
-
sniffio
|
97 |
-
soundfile
|
98 |
-
starlette
|
99 |
-
tenacity
|
100 |
-
text_normalizer
|
101 |
-
tomli
|
102 |
-
tomlkit
|
103 |
-
toolz
|
104 |
-
tqdm
|
105 |
-
twine
|
106 |
-
typer
|
107 |
-
typing_extensions
|
108 |
-
tzdata
|
109 |
-
ujson
|
110 |
-
urllib3
|
111 |
-
uvicorn
|
112 |
-
uvloop
|
113 |
-
virtualenv
|
114 |
-
watchfiles
|
115 |
-
websockets
|
116 |
-
xxhash
|
117 |
-
yarl
|
118 |
-
zipp
|
119 |
-
iso639-lang
|
120 |
-
evaluate
|
121 |
-
jiwer
|
122 |
-
regex
|
|
|
1 |
+
aiohttp==3.10.9
|
2 |
+
argmax_gradio_components==0.1.0
|
3 |
+
beautifulsoup4==4.13.3
|
4 |
+
evaluate==0.4.3
|
5 |
+
gradio==5.20.1
|
6 |
+
huggingface_hub==0.29.0
|
7 |
+
iso639_lang==2.4.2
|
8 |
+
jiwer==3.1.0
|
9 |
+
numpy==2.2.3
|
10 |
+
pandas==2.2.3
|
11 |
+
plotly==5.24.1
|
12 |
+
pydub==0.25.1
|
13 |
+
python-dotenv==1.0.1
|
14 |
+
regex==2024.9.11
|
15 |
+
Requests==2.32.3
|
16 |
+
scikit_learn==1.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|