Spaces:
Running on Zero
Running on Zero
| # Runtime dependencies for the Hugging Face ZeroGPU Space demo. | |
| # Keep Python on 3.10 in README.md so the pinned torch build and open3d wheels | |
| # remain compatible with the deployment environment. | |
| spaces | |
| torch==2.9.1 | |
| torchvision==0.24.1 | |
| numpy==1.26.4 | |
| Pillow>=10.1.0 | |
| opencv-python-headless==4.9.0.80 | |
| scipy | |
| matplotlib | |
| imageio>=2.33.1 | |
| imageio-ffmpeg | |
| h5py | |
| open3d==0.19.0 | |
| einops | |
| jaxtyping | |
| huggingface_hub>=0.24.0 | |
| scikit-learn | |
| trimesh>=4.4.0 | |
| plyfile | |
| timm | |
| onnxruntime | |
| # Hugging Face Spaces manages Gradio from README.md `sdk_version`. | |
| # Do not pin `gradio` here. | |
| # MoGe-2 dependency used when no depth prior is uploaded. | |
| git+https://github.com/microsoft/MoGe.git | |