Atualli commited on
Commit
4c3f999
·
verified ·
1 Parent(s): 38cec98

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +120 -3
requirements.txt CHANGED
@@ -1,3 +1,120 @@
1
- torch
2
- ultralytics
3
- yolov5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #torch==2.0.0
2
+ #ultralytics==8.0.120
3
+ #yolov5==7.0.12
4
+
5
+ absl-py==2.1.0
6
+ addict==2.4.0
7
+ aiofiles==23.2.1
8
+ aiohappyeyeballs==2.4.4
9
+ aiohttp==3.11.11
10
+ aiosignal==1.3.2
11
+ albucore==0.0.23
12
+ albumentations==2.0.3
13
+ annotated-types==0.7.0
14
+ anyio==4.8.0
15
+ attrs==25.1.0
16
+ basicsr==1.4.2
17
+ certifi==2025.1.31
18
+ charset-normalizer==3.4.1
19
+ click==8.1.8
20
+ colorama==0.4.6
21
+ contourpy==1.3.1
22
+ cycler==0.12.1
23
+ facexlib==0.3.0
24
+ fastapi==0.115.8
25
+ ffmpy==0.5.0
26
+ filelock==3.17.0
27
+ filterpy==1.4.5
28
+ fonttools==4.55.8
29
+ frozenlist==1.5.0
30
+ fsspec==2025.2.0
31
+ future==1.0.0
32
+ gfpgan==1.3.8
33
+ gradio==5.16.0
34
+ gradio_client==1.7.0
35
+ grpcio==1.70.0
36
+ h11==0.14.0
37
+ httpcore==1.0.7
38
+ httpx==0.28.1
39
+ huggingface-hub==0.28.1
40
+ idna==3.10
41
+ imageio==2.37.0
42
+ Jinja2==3.1.5
43
+ joblib==1.4.2
44
+ kiwisolver==1.4.8
45
+ lazy_loader==0.4
46
+ lightning-utilities==0.12.0
47
+ llvmlite==0.44.0
48
+ lmdb==1.6.2
49
+ Markdown==3.7
50
+ markdown-it-py==3.0.0
51
+ MarkupSafe==2.1.5
52
+ matplotlib==3.10.0
53
+ mdurl==0.1.2
54
+ mpmath==1.3.0
55
+ multidict==6.1.0
56
+ networkx==3.4.2
57
+ nltk==3.9.1
58
+ numba==0.61.0
59
+ numpy==2.1.1
60
+ opencv-contrib-python==4.11.0.86
61
+ opencv-python==4.11.0.86
62
+ opencv-python-headless==4.11.0.86
63
+ orjson==3.10.15
64
+ packaging==24.2
65
+ pandas==2.2.3
66
+ pillow==11.1.0
67
+ platformdirs==4.3.6
68
+ propcache==0.2.1
69
+ protobuf==5.29.3
70
+ psutil==6.1.1
71
+ py-cpuinfo==9.0.0
72
+ pydantic==2.10.6
73
+ pydantic_core==2.27.2
74
+ pydub==0.25.1
75
+ Pygments==2.19.1
76
+ pyparsing==3.2.1
77
+ python-dateutil==2.9.0.post0
78
+ python-multipart==0.0.20
79
+ pytorch-lightning==2.5.0.post0
80
+ pytz==2025.1
81
+ PyYAML==6.0.2
82
+ realesrgan==0.3.0
83
+ regex==2024.11.6
84
+ requests==2.32.3
85
+ rich==13.9.4
86
+ ruff==0.9.6
87
+ safehttpx==0.1.6
88
+ safetensors==0.5.2
89
+ scikit-image==0.25.1
90
+ scipy==1.15.1
91
+ seaborn==0.13.2
92
+ semantic-version==2.10.0
93
+ setuptools==75.8.0
94
+ shellingham==1.5.4
95
+ simsimd==6.2.1
96
+ six==1.17.0
97
+ sniffio==1.3.1
98
+ starlette==0.45.3
99
+ stringzilla==3.11.3
100
+ sympy==1.13.1
101
+ tb-nightly==2.19.0a20250205
102
+ tensorboard-data-server==0.7.2
103
+ tifffile==2025.1.10
104
+ timm==1.0.14
105
+ tomlkit==0.13.2
106
+ torch==2.6.0
107
+ torchmetrics==1.6.1
108
+ torchvision==0.21.0
109
+ tqdm==4.67.1
110
+ typer==0.15.1
111
+ typing_extensions==4.12.2
112
+ tzdata==2025.1
113
+ ultralytics==8.3.71
114
+ ultralytics-thop==2.0.14
115
+ urllib3==2.3.0
116
+ uvicorn==0.34.0
117
+ websockets==14.2
118
+ Werkzeug==3.1.3
119
+ yapf==0.43.0
120
+ yarl==1.18.3