Surya8663 commited on
Commit
f740971
·
1 Parent(s): a9d481a

Create minimal and robust requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -86
requirements.txt CHANGED
@@ -1,86 +1,6 @@
1
- accelerate==1.10.1
2
- aiofiles==24.1.0
3
- aiohappyeyeballs==2.6.1
4
- aiohttp==3.12.15
5
- aiosignal==1.4.0
6
- annotated-types==0.7.0
7
- anyio==4.11.0
8
- attrs==25.3.0
9
- beautifulsoup4==4.14.2
10
- Brotli==1.1.0
11
- certifi==2025.8.3
12
- charset-normalizer==3.4.3
13
- click==8.3.0
14
- colorama==0.4.6
15
- datasets==4.1.1
16
- dill==0.4.0
17
- fastapi==0.118.0
18
- ffmpy==0.6.1
19
- filelock==3.19.1
20
- frozenlist==1.7.0
21
- fsspec==2025.9.0
22
- gradio==5.48.0
23
- gradio_client==1.13.3
24
- groovy==0.1.2
25
- h11==0.16.0
26
- httpcore==1.0.9
27
- httpx==0.28.1
28
- huggingface-hub==0.35.3
29
- idna==3.10
30
- Jinja2==3.1.6
31
- joblib==1.5.2
32
- markdown-it-py==4.0.0
33
- MarkupSafe==3.0.3
34
- mdurl==0.1.2
35
- mpmath==1.3.0
36
- multidict==6.6.4
37
- multiprocess==0.70.16
38
- networkx==3.5
39
- numpy==2.3.3
40
- orjson==3.11.3
41
- packaging==25.0
42
- pandas==2.3.3
43
- pillow==11.3.0
44
- propcache==0.3.2
45
- psutil==7.1.0
46
- pyarrow==21.0.0
47
- pydantic==2.11.9
48
- pydantic_core==2.33.2
49
- pydub==0.25.1
50
- Pygments==2.19.2
51
- python-dateutil==2.9.0.post0
52
- python-dotenv==1.1.1
53
- python-multipart==0.0.20
54
- pytz==2025.2
55
- PyYAML==6.0.3
56
- regex==2025.9.18
57
- requests==2.32.5
58
- rich==14.1.0
59
- ruff==0.13.2
60
- safehttpx==0.1.6
61
- safetensors==0.6.2
62
- scikit-learn==1.7.2
63
- scipy==1.16.2
64
- semantic-version==2.10.0
65
- setuptools==65.5.0
66
- shellingham==1.5.4
67
- six==1.17.0
68
- sniffio==1.3.1
69
- soupsieve==2.8
70
- starlette==0.48.0
71
- sympy==1.14.0
72
- threadpoolctl==3.6.0
73
- tokenizers==0.22.1
74
- tomlkit==0.13.3
75
- torch==2.8.0
76
- tqdm==4.67.1
77
- transformers==4.56.2
78
- typer==0.19.2
79
- typing-inspection==0.4.2
80
- typing_extensions==4.15.0
81
- tzdata==2025.2
82
- urllib3==2.5.0
83
- uvicorn==0.37.0
84
- websockets==15.0.1
85
- xxhash==3.5.0
86
- yarl==1.20.1
 
1
+ transformers
2
+ torch
3
+ gradio
4
+ pandas
5
+ python-dotenv
6
+ beautifulsoup4