Spaces:
Sleeping
Sleeping
Merwan6
commited on
Commit
·
8d4d862
1
Parent(s):
f3933e4
Simplify requirements.txt for Hugging Face build
Browse files- requirements.txt +7 -84
requirements.txt
CHANGED
@@ -1,84 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
attrs==25.3.0
|
9 |
-
certifi==2025.4.26
|
10 |
-
charset-normalizer==3.4.2
|
11 |
-
click==8.2.1
|
12 |
-
datasets==3.6.0
|
13 |
-
dill==0.3.8
|
14 |
-
dotenv==0.9.9
|
15 |
-
fastapi==0.115.12
|
16 |
-
ffmpy==0.6.0
|
17 |
-
filelock==3.18.0
|
18 |
-
frozenlist==1.6.2
|
19 |
-
fsspec==2025.3.0
|
20 |
-
gradio==5.33.0
|
21 |
-
gradio_client==1.10.2
|
22 |
-
groovy==0.1.2
|
23 |
-
h11==0.16.0
|
24 |
-
hf-xet==1.1.3
|
25 |
-
httpcore==1.0.9
|
26 |
-
httpx==0.28.1
|
27 |
-
huggingface-hub==0.32.4
|
28 |
-
idna==3.10
|
29 |
-
Jinja2==3.1.6
|
30 |
-
joblib==1.5.1
|
31 |
-
markdown-it-py==3.0.0
|
32 |
-
MarkupSafe==3.0.2
|
33 |
-
mdurl==0.1.2
|
34 |
-
mpmath==1.3.0
|
35 |
-
multidict==6.4.4
|
36 |
-
multiprocess==0.70.16
|
37 |
-
networkx==3.5
|
38 |
-
numpy==2.2.6
|
39 |
-
orjson==3.10.18
|
40 |
-
packaging==25.0
|
41 |
-
pandas==2.3.0
|
42 |
-
pillow==11.2.1
|
43 |
-
propcache==0.3.1
|
44 |
-
protobuf==6.31.1
|
45 |
-
psutil==7.0.0
|
46 |
-
pyarrow==20.0.0
|
47 |
-
pydantic==2.11.5
|
48 |
-
pydantic_core==2.33.2
|
49 |
-
pydub==0.25.1
|
50 |
-
Pygments==2.19.1
|
51 |
-
python-dateutil==2.9.0.post0
|
52 |
-
python-dotenv==1.1.0
|
53 |
-
python-multipart==0.0.20
|
54 |
-
pytz==2025.2
|
55 |
-
PyYAML==6.0.2
|
56 |
-
regex==2024.11.6
|
57 |
-
requests==2.32.3
|
58 |
-
rich==14.0.0
|
59 |
-
ruff==0.11.12
|
60 |
-
safehttpx==0.1.6
|
61 |
-
safetensors==0.5.3
|
62 |
-
scikit-learn==1.6.1
|
63 |
-
scipy==1.15.3
|
64 |
-
semantic-version==2.10.0
|
65 |
-
shellingham==1.5.4
|
66 |
-
six==1.17.0
|
67 |
-
sniffio==1.3.1
|
68 |
-
starlette==0.46.2
|
69 |
-
sympy==1.14.0
|
70 |
-
threadpoolctl==3.6.0
|
71 |
-
tokenizers==0.21.1
|
72 |
-
tomlkit==0.13.3
|
73 |
-
torch==2.7.1
|
74 |
-
tqdm==4.67.1
|
75 |
-
transformers==4.52.4
|
76 |
-
typer==0.16.0
|
77 |
-
typing-inspection==0.4.1
|
78 |
-
typing_extensions==4.14.0
|
79 |
-
tzdata==2025.2
|
80 |
-
urllib3==2.4.0
|
81 |
-
uvicorn==0.34.3
|
82 |
-
websockets==15.0.1
|
83 |
-
xxhash==3.5.0
|
84 |
-
yarl==1.20.0
|
|
|
1 |
+
gradio
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
+
datasets
|
5 |
+
scikit-learn
|
6 |
+
pandas
|
7 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|