Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions requirements-genai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# Install only if GenAI features are enabled

# Core AI/ML Libraries
torch>=2.0.0
torch>=2.7.1
torchvision>=0.15.0
torchaudio>=2.0.0

# Computer Vision and Image Processing
opencv-python>=4.8.0
pillow>=9.5.0
pillow>=10.3.0
scikit-image>=0.20.0

# Video Processing and Analysis
Expand All @@ -23,7 +23,7 @@ gfpgan>=1.3.8
realesrgan>=0.3.0

# Video understanding models
transformers>=4.30.0
transformers>=4.52.0
timm>=0.9.0
einops>=0.6.0

Expand Down Expand Up @@ -54,4 +54,12 @@ nvidia-ml-py>=11.495.46

# Development and testing (optional)
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-asyncio>=0.21.0
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
Loading