muhammadhamza-stack commited on
Commit
21a7c00
·
1 Parent(s): 7258846

update requirements

Browse files
Files changed (2) hide show
  1. .gitignore +3 -1
  2. requirements.txt +7 -74
.gitignore CHANGED
@@ -1,2 +1,4 @@
1
  venv/
2
- checkpoints
 
 
 
1
  venv/
2
+ checkpoints
3
+ hf_requirements.txt
4
+ myenv
requirements.txt CHANGED
@@ -1,75 +1,8 @@
1
- aiofiles==23.2.1
2
- altair==5.5.0
3
- annotated-doc==0.0.4
4
- annotated-types==0.7.0
5
- anyio==4.12.1
6
- attrs==25.4.0
7
- certifi==2026.1.4
8
- charset-normalizer==3.4.4
9
- click==8.1.8
10
- contourpy==1.3.0
11
- cycler==0.12.1
12
- exceptiongroup==1.3.1
13
- fastapi==0.128.0
14
- ffmpy==1.0.0
15
- filelock==3.19.1
16
- fonttools==4.60.2
17
- fsspec==2025.10.0
18
  gradio==3.50.2
19
- gradio_client==0.6.1
20
- h11==0.16.0
21
- hf-xet==1.2.0
22
- httpcore==1.0.9
23
- httpx==0.28.1
24
- huggingface_hub==1.3.1
25
- idna==3.11
26
- importlib_resources==6.5.2
27
- Jinja2==3.1.6
28
- jsonschema==4.25.1
29
- jsonschema-specifications==2025.9.1
30
- kiwisolver==1.4.7
31
- markdown-it-py==3.0.0
32
- MarkupSafe==2.1.5
33
- matplotlib==3.9.4
34
- mdurl==0.1.2
35
- mpmath==1.3.0
36
- narwhals==2.15.0
37
- networkx==3.2.1
38
- numpy==1.26.4
39
- opencv-python==4.12.0.88
40
- orjson==3.11.5
41
- packaging==25.0
42
- pandas==2.3.3
43
- pillow==10.4.0
44
- pydantic==2.12.5
45
- pydantic_core==2.41.5
46
- pydub==0.25.1
47
- Pygments==2.19.2
48
- pyparsing==3.3.1
49
- python-dateutil==2.9.0.post0
50
- python-multipart==0.0.20
51
- pytz==2025.2
52
- PyYAML==6.0.3
53
- referencing==0.36.2
54
- requests==2.32.5
55
- rich==14.2.0
56
- rpds-py==0.27.1
57
- ruff==0.14.11
58
- semantic-version==2.10.0
59
- shellingham==1.5.4
60
- six==1.17.0
61
- starlette==0.49.3
62
- sympy==1.14.0
63
- tomlkit==0.12.0
64
- torch==2.2.2
65
- torchvision==0.17.2
66
- tqdm==4.67.1
67
- typer==0.21.1
68
- typer-slim==0.21.1
69
- typing-inspection==0.4.2
70
- typing_extensions==4.15.0
71
- tzdata==2025.3
72
- urllib3==2.6.3
73
- uvicorn==0.39.0
74
- websockets==11.0.3
75
- zipp==3.23.0
 
1
+ gradio
2
+ opencv-python
3
+ pillow
4
+ torch
5
+ torchvision
6
+ numpy<2
 
 
 
 
 
 
 
 
 
 
 
7
  gradio==3.50.2
8
+ gradio-client==0.6.1