Spaces:
Running on Zero
Running on Zero
| # Keep the torch family aligned with the supported ZeroGPU runtime. | |
| torch==2.9.1 | |
| torchvision==0.24.1 | |
| # Inference configuration and CLI | |
| hydra-core | |
| omegaconf | |
| dacite | |
| termcolor | |
| rich | |
| tqdm | |
| # Tensor, vision, and geometry | |
| numpy<2.0 | |
| scipy | |
| pandas | |
| h5py | |
| einops>=0.4.1 | |
| jaxtyping | |
| opencv-python-headless | |
| scikit-learn | |
| Pillow | |
| imageio[ffmpeg] | |
| matplotlib | |
| plyfile | |
| torchmetrics | |
| # Model backbones and checkpoint download | |
| timm | |
| regex | |
| # Node runtime for splat-transform 3.x | |
| nodejs-wheel==22.20.0 | |