rgbd-depth / requirements.txt
github-actions[bot]
Sync from GitHub: bab52421d4d097fbd4702ea97a7d5e7bb5e38307
1afea71
raw
history blame contribute delete
365 Bytes
# Hugging Face Spaces requirements
torch>=2.0.0
torchvision>=0.15.0
opencv-python>=4.5.0
numpy>=1.20.0
Pillow>=9.0.0
# Fix for JSON schema bug (workaround)
# HF Spaces backend has Gradio 5/FastAPI components that conflict with newer pydantic
pydantic==2.10.6
# Gradio demo
gradio>=4.44.1,<5.0.0
matplotlib>=3.5.0
# Model downloads
huggingface-hub>=0.20.0,<1.0.0