File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Install only if GenAI features are enabled
3
3
4
4
# Core AI/ML Libraries
5
- torch>=2.0.0
5
+ torch>=2.7.1
6
6
torchvision>=0.15.0
7
7
torchaudio>=2.0.0
8
8
9
9
# Computer Vision and Image Processing
10
10
opencv-python>=4.8.0
11
- pillow>=9.5 .0
11
+ pillow>=10.3 .0
12
12
scikit-image>=0.20.0
13
13
14
14
# Video Processing and Analysis
@@ -23,7 +23,7 @@ gfpgan>=1.3.8
23
23
realesrgan>=0.3.0
24
24
25
25
# Video understanding models
26
- transformers>=4.30 .0
26
+ transformers>=4.52 .0
27
27
timm>=0.9.0
28
28
einops>=0.6.0
29
29
@@ -54,4 +54,12 @@ nvidia-ml-py>=11.495.46
54
54
55
55
# Development and testing (optional)
56
56
pytest>=7.0.0
57
- pytest-asyncio>=0.21.0
57
+ pytest-asyncio>=0.21.0
58
+ numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
59
+ protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability
60
+ requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability
61
+ setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
62
+ urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
63
+ werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability
64
+ wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
65
+ zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments