Reality8081 commited on
Commit
0754394
·
1 Parent(s): 60c4d8b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -88
requirements.txt CHANGED
@@ -1,89 +1,14 @@
1
- absl-py==2.4.0
2
- aiofiles==24.1.0
3
- annotated-doc==0.0.4
4
- annotated-types==0.7.0
5
- anyio==4.13.0
6
- audioop-lts==0.2.2
7
- blis==1.3.3
8
- brotli==1.2.0
9
- catalogue==2.0.10
10
- certifi==2026.2.25
11
- charset-normalizer==3.4.6
12
- click==8.3.1
13
- cloudpathlib==0.23.0
14
- colorama==0.4.6
15
- confection==1.3.3
16
- cymem==2.0.13
17
- fastapi==0.135.2
18
- ffmpy==1.0.0
19
- filelock==3.25.2
20
- fsspec==2026.2.0
21
- gradio==6.10.0
22
- gradio_client==2.4.0
23
- groovy==0.1.2
24
- h11==0.16.0
25
- hf-gradio==0.3.0
26
- hf-xet==1.4.2
27
- httpcore==1.0.9
28
- httpx==0.28.1
29
- huggingface_hub==1.8.0
30
- idna==3.11
31
- Jinja2==3.1.6
32
- joblib==1.5.3
33
- markdown-it-py==4.0.0
34
- MarkupSafe==3.0.3
35
- mdurl==0.1.2
36
- mpmath==1.3.0
37
- murmurhash==1.0.15
38
- networkx==3.6.1
39
- nltk==3.9.4
40
- numpy==2.4.3
41
- orjson==3.11.7
42
- packaging==26.0
43
- pandas==3.0.1
44
- pillow==12.1.1
45
- preshed==3.0.13
46
- pydantic==2.12.5
47
- pydantic_core==2.41.5
48
- pydub==0.25.1
49
- Pygments==2.19.2
50
- python-dateutil==2.9.0.post0
51
- python-multipart==0.0.22
52
- pytz==2026.1.post1
53
- PyYAML==6.0.3
54
- regex==2026.2.28
55
- requests==2.33.0
56
- rich==14.3.3
57
- rouge_score==0.1.2
58
- safehttpx==0.1.7
59
- safetensors==0.7.0
60
- scikit-learn==1.8.0
61
- scipy==1.17.1
62
- semantic-version==2.10.0
63
- setuptools==81.0.0
64
- shellingham==1.5.4
65
- six==1.17.0
66
- smart_open==7.5.1
67
- spacy==3.8.13
68
- spacy-legacy==3.0.12
69
- spacy-loggers==1.0.5
70
- srsly==2.5.3
71
- starlette==0.52.1
72
- sympy==1.14.0
73
- thinc==8.3.13
74
- threadpoolctl==3.6.0
75
- tokenizers==0.22.2
76
- tomlkit==0.13.3
77
- torch==2.11.0
78
- tqdm==4.67.3
79
- transformers==5.3.0
80
- typer==0.24.1
81
- typing-inspection==0.4.2
82
- typing_extensions==4.15.0
83
- tzdata==2025.3
84
- urllib3==2.6.3
85
- uvicorn==0.42.0
86
- wasabi==1.1.3
87
- weasel==1.0.0
88
- wrapt==2.1.2
89
  safetensors
 
 
 
 
 
 
 
1
+ torch --index-url https://download.pytorch.org/whl/cpu
2
+ transformers
3
+ networkx
4
+ scikit-learn
5
+ aiofiles
6
+ gradio
7
+ huggingface_hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  safetensors
9
+ nltk
10
+ spacy
11
+ rouge-score
12
+ numpy
13
+ pandas
14
+ pillow