Spaces:
Running
on
Zero
Running
on
Zero
File size: 614 Bytes
4845d25 cbb598d 4845d25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
# Basic requirements without gsplat (for faster build) # Use this if gsplat build fails on HF Spaces # To use: rename this to requirements.txt # Core dependencies torch>=2.0.0 torchvision einops huggingface_hub numpy<2 opencv-python # Gradio and Spaces gradio>=5.0.0 spaces pillow>=9.0 # 3D and visualization trimesh open3d plyfile # Image processing imageio pillow_heif safetensors # Video processing moviepy==1.0.3 # Math and geometry e3nn # Utilities requests omegaconf # xformers not included - code has PyTorch fallback # NOTE: gsplat is NOT included in this version # 3DGS features will be disabled |