AI_Avatar_Chat / requirements.txt
bravedims
🔧 Fix repository build issues for reliable deployment
0ebc7ca
raw
history blame
1.01 kB
# Deployment-ready requirements for HuggingFace Spaces
# Core dependencies only, tested for reliable builds
# Essential build dependencies
setuptools>=65.0.0
wheel>=0.37.0
packaging>=21.0
# Core web framework dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
gradio==4.44.1
# PyTorch ecosystem - stable versions
torch>=2.0.0,<2.5.0
torchvision>=0.15.0,<0.20.0
torchaudio>=2.0.0,<2.5.0
# Core ML/AI libraries
transformers>=4.21.0,<5.0.0
diffusers>=0.21.0
accelerate>=0.21.0
# Media processing
opencv-python-headless>=4.8.0
librosa>=0.10.0
soundfile>=0.12.0
pillow>=9.5.0
imageio>=2.25.0
imageio-ffmpeg>=0.4.8
# Scientific computing - stable versions
numpy>=1.21.0,<1.25.0
scipy>=1.9.0,<1.12.0
einops>=0.6.0
# Configuration and data formats
pyyaml>=6.0
# API and networking
pydantic>=2.4.0,<3.0.0
aiohttp>=3.8.0
aiofiles
python-dotenv>=1.0.0
# HuggingFace ecosystem
huggingface-hub>=0.17.0
safetensors>=0.4.0
sentencepiece>=0.1.99
# Additional dependencies that might be needed
requests>=2.28.0