Spaces:
Sleeping
Sleeping
bravedims
commited on
Commit
·
da41971
1
Parent(s):
05d082e
\🔧 Fix requirements.txt duplicate entries causing HF Spaces build failure"
Browse files- requirements.txt +1 -15
requirements.txt
CHANGED
|
@@ -1,62 +1,48 @@
|
|
| 1 |
-
|
| 2 |
# This will create a production-ready requirements.txt with all dependencies
|
| 3 |
-
|
| 4 |
# Essential build tools
|
| 5 |
setuptools>=65.0.0
|
| 6 |
wheel>=0.37.0
|
| 7 |
packaging>=21.0
|
| 8 |
-
|
| 9 |
# Core web framework
|
| 10 |
fastapi==0.104.1
|
| 11 |
uvicorn[standard]==0.24.0
|
| 12 |
gradio==4.44.1
|
| 13 |
-
|
| 14 |
# PyTorch ecosystem
|
| 15 |
torch>=2.0.0
|
| 16 |
torchvision>=0.15.0
|
| 17 |
-
torchaudio>=2.0.0
|
| 18 |
-
|
| 19 |
# Core ML/AI libraries - COMPLETE SET
|
| 20 |
transformers>=4.21.0
|
| 21 |
datasets>=2.14.0
|
| 22 |
diffusers>=0.21.0
|
| 23 |
accelerate>=0.21.0
|
| 24 |
tokenizers>=0.13.0
|
| 25 |
-
|
| 26 |
# Audio and media processing
|
| 27 |
librosa>=0.10.0
|
| 28 |
soundfile>=0.12.0
|
| 29 |
audioread>=3.0.0
|
| 30 |
-
|
| 31 |
# Image processing
|
| 32 |
pillow>=9.5.0
|
| 33 |
opencv-python-headless>=4.8.0
|
| 34 |
imageio>=2.25.0
|
| 35 |
imageio-ffmpeg>=0.4.8
|
| 36 |
-
|
| 37 |
# Scientific computing
|
| 38 |
numpy>=1.21.0,<1.25.0
|
| 39 |
scipy>=1.9.0
|
| 40 |
einops>=0.6.0
|
| 41 |
-
|
| 42 |
# Configuration
|
| 43 |
pyyaml>=6.0
|
| 44 |
-
|
| 45 |
# API and networking
|
| 46 |
pydantic>=2.4.0
|
| 47 |
aiohttp>=3.8.0
|
| 48 |
aiofiles
|
| 49 |
python-dotenv>=1.0.0
|
| 50 |
requests>=2.28.0
|
| 51 |
-
|
| 52 |
# HuggingFace ecosystem - COMPLETE
|
| 53 |
huggingface-hub>=0.17.0
|
| 54 |
safetensors>=0.4.0
|
| 55 |
sentencepiece>=0.1.99
|
| 56 |
-
|
| 57 |
# Additional dependencies for advanced TTS
|
| 58 |
scipy>=1.9.0
|
| 59 |
matplotlib>=3.5.0
|
| 60 |
-
|
| 61 |
# For audio processing and TTS
|
| 62 |
-
torchaudio>=2.0.0
|
|
|
|
| 1 |
+
# Comprehensive Final Fix for OmniAvatar Requirements
|
| 2 |
# This will create a production-ready requirements.txt with all dependencies
|
|
|
|
| 3 |
# Essential build tools
|
| 4 |
setuptools>=65.0.0
|
| 5 |
wheel>=0.37.0
|
| 6 |
packaging>=21.0
|
|
|
|
| 7 |
# Core web framework
|
| 8 |
fastapi==0.104.1
|
| 9 |
uvicorn[standard]==0.24.0
|
| 10 |
gradio==4.44.1
|
|
|
|
| 11 |
# PyTorch ecosystem
|
| 12 |
torch>=2.0.0
|
| 13 |
torchvision>=0.15.0
|
|
|
|
|
|
|
| 14 |
# Core ML/AI libraries - COMPLETE SET
|
| 15 |
transformers>=4.21.0
|
| 16 |
datasets>=2.14.0
|
| 17 |
diffusers>=0.21.0
|
| 18 |
accelerate>=0.21.0
|
| 19 |
tokenizers>=0.13.0
|
|
|
|
| 20 |
# Audio and media processing
|
| 21 |
librosa>=0.10.0
|
| 22 |
soundfile>=0.12.0
|
| 23 |
audioread>=3.0.0
|
|
|
|
| 24 |
# Image processing
|
| 25 |
pillow>=9.5.0
|
| 26 |
opencv-python-headless>=4.8.0
|
| 27 |
imageio>=2.25.0
|
| 28 |
imageio-ffmpeg>=0.4.8
|
|
|
|
| 29 |
# Scientific computing
|
| 30 |
numpy>=1.21.0,<1.25.0
|
| 31 |
scipy>=1.9.0
|
| 32 |
einops>=0.6.0
|
|
|
|
| 33 |
# Configuration
|
| 34 |
pyyaml>=6.0
|
|
|
|
| 35 |
# API and networking
|
| 36 |
pydantic>=2.4.0
|
| 37 |
aiohttp>=3.8.0
|
| 38 |
aiofiles
|
| 39 |
python-dotenv>=1.0.0
|
| 40 |
requests>=2.28.0
|
|
|
|
| 41 |
# HuggingFace ecosystem - COMPLETE
|
| 42 |
huggingface-hub>=0.17.0
|
| 43 |
safetensors>=0.4.0
|
| 44 |
sentencepiece>=0.1.99
|
|
|
|
| 45 |
# Additional dependencies for advanced TTS
|
| 46 |
scipy>=1.9.0
|
| 47 |
matplotlib>=3.5.0
|
|
|
|
| 48 |
# For audio processing and TTS
|
|
|