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 22# Install only if GenAI features are enabled
33
44# Core AI/ML Libraries
5- torch>=2.0.0
5+ torch>=2.7.1
66torchvision>=0.15.0
77torchaudio>=2.0.0
88
99# Computer Vision and Image Processing
1010opencv-python>=4.8.0
11- pillow>=9.5 .0
11+ pillow>=10.3 .0
1212scikit-image>=0.20.0
1313
1414# Video Processing and Analysis
@@ -23,7 +23,7 @@ gfpgan>=1.3.8
2323realesrgan>=0.3.0
2424
2525# Video understanding models
26- transformers>=4.30 .0
26+ transformers>=4.52 .0
2727timm>=0.9.0
2828einops>=0.6.0
2929
@@ -54,4 +54,12 @@ nvidia-ml-py>=11.495.46
5454
5555# Development and testing (optional)
5656pytest>=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