ashishninehertz commited on
Commit
b23c9e7
·
1 Parent(s): bbf0437

update dependcies

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -63
requirements.txt CHANGED
@@ -1,68 +1,13 @@
1
  accelerate==1.8.1
2
- aiofiles==24.1.0
3
- annotated-types==0.7.0
4
- anyio==4.9.0
5
- certifi==2025.6.15
6
- charset-normalizer==3.4.2
7
- click==8.2.1
8
- fastapi==0.115.14
9
- ffmpy==0.6.0
10
- filelock==3.18.0
11
- fsspec==2025.5.1
12
  gradio==5.35.0
13
- gradio_client==1.10.4
14
- groovy==0.1.2
15
- h11==0.16.0
16
- hf-xet==1.1.5
17
- httpcore==1.0.9
18
- httpx==0.28.1
19
- huggingface-hub==0.33.1
20
- idna==3.10
21
- Jinja2==3.1.6
22
- loguru==0.7.3
23
- markdown-it-py==3.0.0
24
- MarkupSafe==3.0.2
25
- mdurl==0.1.2
26
- mpmath==1.3.0
27
- networkx==3.5
28
- numpy==2.3.1
29
  opencv-python==4.11.0.86
30
- orjson==3.10.18
31
- packaging==25.0
32
- pandas==2.3.0
33
- pillow==11.2.1
34
- psutil==5.9.8
35
- pydantic==2.11.7
36
- pydantic_core==2.33.2
37
- pydub==0.25.1
38
- Pygments==2.19.2
39
- python-dateutil==2.9.0.post0
40
- python-multipart==0.0.20
41
- pytz==2025.2
42
- PyYAML==6.0.2
43
- regex==2024.11.6
44
- requests==2.32.4
45
- rich==14.0.0
46
- ruff==0.12.1
47
- safehttpx==0.1.6
48
- safetensors==0.5.3
49
- semantic-version==2.10.0
50
- setuptools==80.9.0
51
- shellingham==1.5.4
52
- six==1.17.0
53
- sniffio==1.3.1
54
- spaces==0.37.1
55
- starlette==0.46.2
56
- sympy==1.14.0
57
- tokenizers==0.21.2
58
- tomlkit==0.13.3
59
  torch==2.7.1
60
- tqdm==4.67.1
61
  transformers==4.53.0
62
- typer==0.16.0
63
- typing-inspection==0.4.1
64
- typing_extensions==4.14.0
65
- tzdata==2025.2
66
- urllib3==2.5.0
67
- uvicorn==0.35.0
68
- websockets==15.0.1
 
1
  accelerate==1.8.1
2
+
 
 
 
 
 
 
 
 
 
3
  gradio==5.35.0
4
+
5
+ loguru==0.7.2
6
+
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  opencv-python==4.11.0.86
8
+
9
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  torch==2.7.1
11
+
12
  transformers==4.53.0
13
+