NewsIA / requirements.txt
CamiloVega's picture
Update requirements.txt
9d2a324 verified
raw
history blame contribute delete
593 Bytes
transformers>=4.30.0
torch>=2.0.0
accelerate
gradio>=4.0.0,<5.0.0 # Use a valid recent version range
huggingface-hub
numpy
scipy
# Use commit hash for stability if needed, or keep as is
git+https://github.com/openai/whisper.git
pydub
PyMuPDF # Fitz
python-docx
pandas
openpyxl
requests
beautifulsoup4
# moviepy==1.0.3 # Often not needed if using ffmpeg directly
yt-dlp>=2023.0.0 # Ensure a recent version
sentencepiece # Often a dependency for tokenizers
ffmpeg-python # Wrapper if needed, though direct subprocess call is used
spaces
tqdm
# decorator>=4.0.2 # Usually installed as dependency