LeroyDyer commited on
Commit
a7f48f4
·
verified ·
1 Parent(s): 3feac6a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +62 -6
requirements.txt CHANGED
@@ -1,6 +1,62 @@
1
- huggingface_hub
2
- transformers
3
- json
4
- datetime
5
- pathlib
6
- typing
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.4.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.8.0
5
+ certifi==2025.1.31
6
+ charset-normalizer==3.4.1
7
+ click==8.1.8
8
+ exceptiongroup==1.2.2
9
+ fastapi==0.115.8
10
+ ffmpy==0.5.0
11
+ filelock==3.17.0
12
+ fsspec==2025.2.0
13
+ gradio==5.16.1
14
+ gradio_client==1.7.0
15
+ h11==0.14.0
16
+ httpcore==1.0.7
17
+ httpx==0.28.1
18
+ huggingface-hub==0.28.1
19
+ idna==3.10
20
+ Jinja2==3.1.5
21
+ markdown-it-py==3.0.0
22
+ MarkupSafe==2.1.5
23
+ mdurl==0.1.2
24
+ mpmath==1.3.0
25
+ networkx==3.4.2
26
+ numpy==2.2.3
27
+ orjson==3.10.15
28
+ packaging==24.2
29
+ pandas==2.2.3
30
+ pillow==11.1.0
31
+ psutil==7.0.0
32
+ pydantic==2.10.6
33
+ pydantic_core==2.27.2
34
+ pydub==0.25.1
35
+ Pygments==2.19.1
36
+ python-dateutil==2.9.0.post0
37
+ python-multipart==0.0.20
38
+ pytz==2025.1
39
+ PyYAML==6.0.2
40
+ regex==2024.11.6
41
+ requests==2.32.3
42
+ rich==13.9.4
43
+ ruff==0.9.6
44
+ safehttpx==0.1.6
45
+ safetensors==0.5.2
46
+ semantic-version==2.10.0
47
+ shellingham==1.5.4
48
+ six==1.17.0
49
+ sniffio==1.3.1
50
+ starlette==0.45.3
51
+ sympy==1.13.3
52
+ tokenizers==0.21.0
53
+ tomlkit==0.13.2
54
+ torch==2.2.2
55
+ tqdm==4.67.1
56
+ transformers==4.49.0
57
+ typer==0.15.1
58
+ typing_extensions==4.12.2
59
+ tzdata==2025.1
60
+ urllib3==2.3.0
61
+ uvicorn==0.34.0
62
+ websockets==14.2