Upload requirements.txt
Browse files- requirements.txt +9 -19
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# EceMotion Pictures - Production Requirements
|
| 2 |
-
#
|
| 3 |
|
| 4 |
-
# Core ML/AI libraries
|
| 5 |
gradio==4.44.0
|
| 6 |
transformers==4.44.2
|
| 7 |
accelerate==0.34.0
|
|
@@ -10,17 +10,17 @@ safetensors==0.4.3
|
|
| 10 |
sentencepiece==0.2.0
|
| 11 |
huggingface_hub==0.24.6
|
| 12 |
|
| 13 |
-
# PyTorch ecosystem
|
| 14 |
-
torch==2.4.0
|
| 15 |
-
torchvision==0.19.0
|
| 16 |
-
torchaudio==2.4.0
|
| 17 |
|
| 18 |
-
# Video processing
|
| 19 |
moviepy==1.0.3
|
| 20 |
imageio[ffmpeg]==2.34.0
|
| 21 |
ffmpeg-python==0.2.0
|
| 22 |
|
| 23 |
-
# Audio processing
|
| 24 |
soundfile==0.12.1
|
| 25 |
librosa==0.10.2
|
| 26 |
scipy==1.11.4
|
|
@@ -30,7 +30,7 @@ numpy==1.26.4
|
|
| 30 |
pandas==2.2.0
|
| 31 |
|
| 32 |
# Configuration and validation
|
| 33 |
-
pydantic==2.
|
| 34 |
python-dotenv==1.0.0
|
| 35 |
|
| 36 |
# Logging and monitoring
|
|
@@ -41,13 +41,3 @@ Pillow==10.2.0
|
|
| 41 |
opencv-python==4.9.0.80
|
| 42 |
matplotlib==3.8.4
|
| 43 |
seaborn==0.13.2
|
| 44 |
-
|
| 45 |
-
# Development and testing (optional)
|
| 46 |
-
pytest==8.0.0
|
| 47 |
-
black==24.0.0
|
| 48 |
-
flake8==7.0.0
|
| 49 |
-
|
| 50 |
-
# System dependencies (for HuggingFace Spaces)
|
| 51 |
-
# These are typically pre-installed but listed for completeness
|
| 52 |
-
# ffmpeg (system package)
|
| 53 |
-
# git (system package)
|
|
|
|
| 1 |
# EceMotion Pictures - Production Requirements
|
| 2 |
+
# Compatible versions for HuggingFace Spaces
|
| 3 |
|
| 4 |
+
# Core ML/AI libraries
|
| 5 |
gradio==4.44.0
|
| 6 |
transformers==4.44.2
|
| 7 |
accelerate==0.34.0
|
|
|
|
| 10 |
sentencepiece==0.2.0
|
| 11 |
huggingface_hub==0.24.6
|
| 12 |
|
| 13 |
+
# PyTorch ecosystem (already installed in base image)
|
| 14 |
+
# torch==2.4.0
|
| 15 |
+
# torchvision==0.19.0
|
| 16 |
+
# torchaudio==2.4.0
|
| 17 |
|
| 18 |
+
# Video processing
|
| 19 |
moviepy==1.0.3
|
| 20 |
imageio[ffmpeg]==2.34.0
|
| 21 |
ffmpeg-python==0.2.0
|
| 22 |
|
| 23 |
+
# Audio processing
|
| 24 |
soundfile==0.12.1
|
| 25 |
librosa==0.10.2
|
| 26 |
scipy==1.11.4
|
|
|
|
| 30 |
pandas==2.2.0
|
| 31 |
|
| 32 |
# Configuration and validation
|
| 33 |
+
pydantic==2.10.6
|
| 34 |
python-dotenv==1.0.0
|
| 35 |
|
| 36 |
# Logging and monitoring
|
|
|
|
| 41 |
opencv-python==4.9.0.80
|
| 42 |
matplotlib==3.8.4
|
| 43 |
seaborn==0.13.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|