Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -84
requirements.txt
CHANGED
@@ -1,85 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
anyio==4.2.0
|
5 |
-
attrs==23.2.0
|
6 |
-
certifi==2024.2.2
|
7 |
-
cffi==1.16.0
|
8 |
-
charset-normalizer==3.3.2
|
9 |
-
click==8.1.7
|
10 |
-
colorama==0.4.6
|
11 |
-
contourpy==1.2.0
|
12 |
-
cycler==0.12.1
|
13 |
-
exceptiongroup==1.2.0
|
14 |
-
fastapi==0.109.2
|
15 |
-
ffmpy==0.3.2
|
16 |
-
filelock==3.13.1
|
17 |
-
fonttools==4.48.1
|
18 |
-
fsspec==2023.10.0
|
19 |
-
gmpy2==2.1.2
|
20 |
-
gradio==4.18.0
|
21 |
-
gradio_client==0.10.0
|
22 |
-
h11==0.14.0
|
23 |
-
httpcore==1.0.2
|
24 |
-
httpx==0.26.0
|
25 |
-
huggingface-hub==0.20.3
|
26 |
-
idna==3.6
|
27 |
-
importlib-resources==6.1.1
|
28 |
-
Jinja2==3.1.3
|
29 |
-
joblib==1.2.0
|
30 |
-
jsonschema==4.21.1
|
31 |
-
jsonschema-specifications==2023.12.1
|
32 |
-
kiwisolver==1.4.5
|
33 |
-
markdown-it-py==3.0.0
|
34 |
-
MarkupSafe==2.1.3
|
35 |
-
matplotlib==3.8.2
|
36 |
-
mdurl==0.1.2
|
37 |
-
mkl-fft
|
38 |
-
mkl-random
|
39 |
-
mkl-service
|
40 |
-
mpmath==1.3.0
|
41 |
-
networkx==3.1
|
42 |
-
numpy==1.26.3
|
43 |
-
orjson==3.9.13
|
44 |
-
packaging==23.2
|
45 |
-
pandas==2.2.0
|
46 |
-
pillow==10.2.0
|
47 |
pip==23.3.1
|
48 |
-
|
49 |
-
|
50 |
-
pydantic_core==2.16.2
|
51 |
-
pydub==0.25.1
|
52 |
-
Pygments==2.17.2
|
53 |
-
pyparsing==3.1.1
|
54 |
-
python-dateutil==2.8.2
|
55 |
-
python-multipart==0.0.9
|
56 |
-
pytz==2024.1
|
57 |
-
PyYAML==6.0.1
|
58 |
-
referencing==0.33.0
|
59 |
-
requests==2.31.0
|
60 |
-
rich==13.7.0
|
61 |
-
rpds-py==0.17.1
|
62 |
-
ruff==0.2.1
|
63 |
-
scikit-learn==1.2.2
|
64 |
-
scipy==1.11.4
|
65 |
-
semantic-version==2.10.0
|
66 |
-
setuptools==68.2.2
|
67 |
-
shellingham==1.5.4
|
68 |
-
six==1.16.0
|
69 |
-
sniffio==1.3.0
|
70 |
-
starlette==0.36.3
|
71 |
-
sympy==1.12
|
72 |
-
threadpoolctl==2.2.0
|
73 |
-
tomlkit==0.12.0
|
74 |
-
toolz==0.12.1
|
75 |
-
torch==2.2.0
|
76 |
-
torchaudio==2.2.0
|
77 |
-
tqdm==4.66.2
|
78 |
-
typer==0.9.0
|
79 |
-
typing_extensions==4.9.0
|
80 |
-
tzdata==2024.1
|
81 |
-
urllib3==2.2.0
|
82 |
-
uvicorn==0.27.1
|
83 |
-
websockets==11.0.3
|
84 |
-
wheel==0.41.2
|
85 |
-
zipp==3.17.0
|
|
|
1 |
+
python==3.9
|
2 |
+
scikit-learn
|
3 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
pip==23.3.1
|
5 |
+
torch
|
6 |
+
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|