AffectLink / requirements_full.txt
Kevin King
TEST: Deploy minimal app to isolate moviepy installation issue"
2ae282b
raw
history blame contribute delete
581 Bytes
--extra-index-url https://download.pytorch.org/whl/cpu
# Pin the main UI components to recent, stable versions
streamlit==1.35.0
streamlit-autorefresh==1.0.1
# Library for video/audio file handling
moviepy
# Pin ML/AI libraries to modern, known-good versions
transformers==4.40.1
deepface==0.0.94
openai-whisper==20231117
# Pin frameworks to ensure CPU versions and prevent build timeouts
tensorflow-cpu==2.16.1
tf-keras==2.16.0
torch==2.7.0
torchaudio==2.7.0
# Pin data/audio libraries for stability
pandas==2.2.2
numpy==1.26.4
soundfile==0.12.1
librosa==0.10.1
scipy==1.13.0