object-assembler / requirements.txt
0xZohar's picture
Fix: Downgrade numpy to <2.0 for PyTorch 2.2 compatibility
3a6ebff verified
raw
history blame
673 Bytes
# ZeroGPU Support (CRITICAL for HuggingFace Spaces)
spaces
# Core Dependencies
gradio>=5.12.0
torch>=2.1.0,<2.3.0
torchvision>=0.15.0
numpy>=1.24.0,<2.0.0 # PyTorch 2.2 requires numpy<2
Pillow>=10.0.0
# Transformers & NLP
transformers>=4.35.0
tokenizers>=0.15.0
# 3D Processing
trimesh>=4.0.0
# Deep Learning Utilities
peft>=0.7.0
safetensors>=0.4.0
tqdm>=4.66.0
warp-lang>=1.0.0
# Configuration
PyYAML>=6.0
omegaconf>=2.3.0
# Additional dependencies for rendering
scipy>=1.11.0
matplotlib>=3.8.0
seaborn>=0.12.0
scikit-image>=0.21.0
# HuggingFace Hub for model downloading
huggingface_hub>=0.20.0
# Force rebuild to execute preload_from_hub - 2025-11-13 01:52:42