zlaqa-version-b-ai-enginee / requirements.txt
anfastech's picture
fix: resolve torch security error by pinning torch 2.6.0 and updating requirements #2
46bb16f
raw
history blame contribute delete
418 Bytes
# Core ML
numpy>=1.24.0,<2.0.0
librosa>=0.10.0
transformers>=4.38.0,<5.0
# Audio
soundfile>=0.12.1
scipy>=1.11.0
praat-parselmouth>=0.4.3
fastdtw>=0.3.4
pyctcdecode==0.5.0
# API
fastapi>=0.115.2,<1.0
uvicorn>=0.24.0
python-multipart>=0.0.18
# Logging
python-json-logger>=2.0.0
# Web UI
gradio==6.1.0
# Explicitly pin torch to 2.6+ for transformers compatibility
torch>=2.6.0
torchvision>=0.21.0
torchaudio>=2.6.0