Files
2026-08-03 11:30:49 -04:00

41 lines
734 B
Plaintext

# Core ML Frameworks
torch==2.1.0
--extra-index-url https://download.pytorch.org/whl/cu118
# TensorRT (compatible with CUDA 11.8)
# Note: Install from NVIDIA repo or wheel for your specific platform
# tensorrt==8.6.1 # Uncomment after verifying compatibility
# ONNX Runtime with GPU support
onnxruntime-gpu==1.16.3
# Computer Vision
opencv-python-headless==4.8.1.78
Pillow==10.1.0
# Database
PyMySQL==1.1.0
DBUtils==3.1.0
# Data Processing
numpy==1.24.4
pandas==2.1.4
pyarrow==14.0.0
# Configuration
pyyaml==6.0.1
# Logging
python-json-logger==2.0.7
# Monitoring
prometheus-client==0.19.0
# Utilities
tqdm==4.66.1
filelock==3.13.1
# Testing (dev dependencies - install with [dev] extra)
# pytest==7.4.3
# pytest-cov==4.1.0