meet-beeper / requirements.txt
AbstractPhil's picture
Update requirements.txt
fae3920 verified
raw
history blame contribute delete
440 Bytes
# Core requirements for Beeper Gradio app
huggingface_hub==0.25.2
torch>=2.0.0
safetensors>=0.4.0
# Tokenizers - REQUIRED for loading tokenizer.json
tokenizers>=0.15.0
# Dependencies that torch/HF often expect
numpy>=1.24.0
typing-extensions>=4.5.0
tqdm>=4.65.0
filelock>=3.12.0
fsspec>=2023.1.0
packaging>=23.0
pyyaml>=6.0
requests>=2.28.0
urllib3>=1.26.0
# Sometimes needed for HF Spaces
pillow>=9.0.0
aiofiles>=23.0.0
pydantic>=2.0.0