Oysiyl commited on
Commit
e2df7c4
·
verified ·
1 Parent(s): 3f93f94

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +83 -2
requirements.txt CHANGED
@@ -1,7 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==4.44.1
2
  gradio_client==1.3.0
3
- huggingface_hub==0.30.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  peft==0.15.2
 
 
 
 
5
  pydantic==2.10.6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  torch==2.5.1
7
- transformers==4.51.3
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.6.0
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.11.18
5
+ aiosignal==1.3.2
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ async-timeout==5.0.1
9
+ attrs==25.3.0
10
+ certifi==2025.4.26
11
+ charset-normalizer==3.4.2
12
+ click==8.1.8
13
+ contourpy==1.3.2
14
+ cycler==0.12.1
15
+ datasets==3.6.0
16
+ dill==0.3.8
17
+ exceptiongroup==1.2.2
18
+ fastapi==0.115.12
19
+ ffmpy==0.5.0
20
+ filelock==3.18.0
21
+ fonttools==4.57.0
22
+ frozenlist==1.6.0
23
+ fsspec==2025.3.0
24
  gradio==4.44.1
25
  gradio_client==1.3.0
26
+ h11==0.16.0
27
+ httpcore==1.0.9
28
+ httpx==0.28.1
29
+ huggingface-hub==0.30.2
30
+ idna==3.10
31
+ importlib_resources==6.5.2
32
+ Jinja2==3.1.6
33
+ joblib==1.5.0
34
+ kiwisolver==1.4.8
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==2.1.5
37
+ matplotlib==3.10.1
38
+ mdurl==0.1.2
39
+ mpmath==1.3.0
40
+ multidict==6.4.3
41
+ multiprocess==0.70.16
42
+ networkx==3.4.2
43
+ numpy==2.2.5
44
+ orjson==3.10.18
45
+ packaging==25.0
46
+ pandas==2.2.3
47
  peft==0.15.2
48
+ pillow==10.4.0
49
+ propcache==0.3.1
50
+ psutil==7.0.0
51
+ pyarrow==20.0.0
52
  pydantic==2.10.6
53
+ pydantic_core==2.27.2
54
+ pydub==0.25.1
55
+ Pygments==2.19.1
56
+ pyparsing==3.2.3
57
+ python-dateutil==2.9.0.post0
58
+ python-multipart==0.0.20
59
+ pytz==2025.2
60
+ PyYAML==6.0.2
61
+ regex==2024.11.6
62
+ requests==2.32.3
63
+ rich==14.0.0
64
+ ruff==0.11.8
65
+ safetensors==0.5.3
66
+ scikit-learn==1.6.1
67
+ scipy==1.15.3
68
+ semantic-version==2.10.0
69
+ sentence-transformers==4.1.0
70
+ shellingham==1.5.4
71
+ six==1.17.0
72
+ sniffio==1.3.1
73
+ starlette==0.46.2
74
+ sympy==1.13.1
75
+ threadpoolctl==3.6.0
76
+ tokenizers==0.21.1
77
+ tomlkit==0.12.0
78
  torch==2.5.1
79
+ tqdm==4.67.1
80
+ transformers==4.51.3
81
+ typer==0.15.3
82
+ typing_extensions==4.13.2
83
+ tzdata==2025.2
84
+ urllib3==2.4.0
85
+ uvicorn==0.34.2
86
+ websockets==12.0
87
+ xxhash==3.5.0
88
+ yarl==1.20.0