Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +74 -71
requirements.txt
CHANGED
@@ -1,71 +1,74 @@
|
|
1 |
-
aiofiles==22.1.0 ;
|
2 |
-
aiohttp==3.8.4 ;
|
3 |
-
aiosignal==1.3.1 ;
|
4 |
-
altair==4.2.2 ;
|
5 |
-
anyio==3.6.2 ;
|
6 |
-
async-timeout==4.0.2 ;
|
7 |
-
attrs==22.2.0 ;
|
8 |
-
certifi==2022.12.7 ;
|
9 |
-
charset-normalizer==3.1.0 ;
|
10 |
-
click==8.1.3 ;
|
11 |
-
colorama==0.4.6 ;
|
12 |
-
contourpy==1.0.7 ;
|
13 |
-
cycler==0.11.0 ;
|
14 |
-
entrypoints==0.4 ;
|
15 |
-
fastapi==0.95.0 ;
|
16 |
-
ffmpy==0.3.0 ;
|
17 |
-
filelock==3.10.7 ;
|
18 |
-
fonttools==4.39.3 ;
|
19 |
-
frozenlist==1.3.3 ;
|
20 |
-
fsspec==2023.3.0 ;
|
21 |
-
gradio-client==0.0.5 ;
|
22 |
-
gradio==3.24.1 ;
|
23 |
-
h11==0.14.0 ;
|
24 |
-
httpcore==0.16.3 ;
|
25 |
-
httpx==0.23.3 ;
|
26 |
-
huggingface-hub==0.13.3 ;
|
27 |
-
idna==3.4 ;
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
markdown-it-py
|
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 |
-
|
|
|
|
|
|
|
|
1 |
+
aiofiles==22.1.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
2 |
+
aiohttp==3.8.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
3 |
+
aiosignal==1.3.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
4 |
+
altair==4.2.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
5 |
+
anyio==3.6.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
6 |
+
async-timeout==4.0.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
7 |
+
attrs==22.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
8 |
+
certifi==2022.12.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
9 |
+
charset-normalizer==3.1.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
10 |
+
click==8.1.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
11 |
+
colorama==0.4.6 ; python_full_version >= "3.8.9" and python_version < "3.12" and platform_system == "Windows"
|
12 |
+
contourpy==1.0.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
13 |
+
cycler==0.11.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
14 |
+
entrypoints==0.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
15 |
+
fastapi==0.95.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
16 |
+
ffmpy==0.3.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
17 |
+
filelock==3.10.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
18 |
+
fonttools==4.39.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
19 |
+
frozenlist==1.3.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
20 |
+
fsspec==2023.3.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
21 |
+
gradio-client==0.0.5 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
22 |
+
gradio==3.24.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
23 |
+
h11==0.14.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
24 |
+
httpcore==0.16.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
25 |
+
httpx==0.23.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
26 |
+
huggingface-hub==0.13.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
27 |
+
idna==3.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
28 |
+
importlib-resources==5.12.0 ; python_full_version >= "3.8.9" and python_version < "3.10"
|
29 |
+
jinja2==3.1.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
30 |
+
joblib==1.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
31 |
+
jsonschema==4.17.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
32 |
+
kiwisolver==1.4.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
33 |
+
linkify-it-py==2.0.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
34 |
+
markdown-it-py==2.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
35 |
+
markdown-it-py[linkify]==2.2.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
36 |
+
markupsafe==2.1.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
37 |
+
matplotlib==3.7.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
38 |
+
mdit-py-plugins==0.3.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
39 |
+
mdurl==0.1.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
40 |
+
multidict==6.0.4 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
41 |
+
numpy==1.24.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
42 |
+
orjson==3.8.9 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
43 |
+
packaging==23.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
44 |
+
pandas==1.5.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
45 |
+
pillow==9.5.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
46 |
+
pkgutil-resolve-name==1.3.10 ; python_full_version >= "3.8.9" and python_version < "3.9"
|
47 |
+
plotly==5.14.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
48 |
+
pydantic==1.10.7 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
49 |
+
pydub==0.25.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
50 |
+
pyparsing==3.0.9 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
51 |
+
pyrsistent==0.19.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
52 |
+
python-dateutil==2.8.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
53 |
+
python-multipart==0.0.6 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
54 |
+
pytz==2023.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
55 |
+
pyyaml==6.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
56 |
+
requests==2.28.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
57 |
+
rfc3986[idna2008]==1.5.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
58 |
+
scikit-learn==1.2.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
59 |
+
scipy==1.9.3 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
60 |
+
semantic-version==2.10.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
61 |
+
six==1.16.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
62 |
+
sniffio==1.3.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
63 |
+
starlette==0.26.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
64 |
+
tenacity==8.2.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
65 |
+
threadpoolctl==3.1.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
66 |
+
toolz==0.12.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
67 |
+
tqdm==4.65.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
68 |
+
typing-extensions==4.5.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
69 |
+
uc-micro-py==1.0.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
70 |
+
urllib3==1.26.15 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
71 |
+
uvicorn==0.21.1 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
72 |
+
websockets==11.0 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
73 |
+
yarl==1.8.2 ; python_full_version >= "3.8.9" and python_version < "3.12"
|
74 |
+
zipp==3.15.0 ; python_full_version >= "3.8.9" and python_version < "3.10"
|