| # Core PyTorch and VRAM-optimized Attention Backend |
| torch==2.4.0 |
| torchvision==0.19.0 |
| xformers==0.0.27.post2 |
|
|
| # 3D Convolution, Geometry and Voxel Processing |
| spconv-cu120==2.3.6 |
| cumm-cu120==0.4.11 |
| kaolin==0.18.0 |
|
|
| # 3D Graphics and Math Libraries |
| easydict==1.13 |
| numpy==2.2.6 |
| trimesh==4.12.2 |
| plyfile==1.1.4 |
| open3d==0.19.0 |
| imageio==2.37.3 |
| imageio-ffmpeg==0.6.0 |
| pillow==10.4.0 |
|
|
| # Transformer models and Utilities |
| transformers==4.44.2 |
| huggingface_hub==0.36.2 |
| rembg==2.0.69 |
| addict==2.4.0 |
| psutil==7.2.2 |
| gradio==4.44.1 |
| fastapi==0.111.0 |
| uvicorn==0.30.1 |
| python-multipart==0.0.9 |
|
|
| # Specialized Git repositories for 3D Rasterization |
| git+https://github.com/EasternJournalist/utils3d.git |
| git+https://github.com/NVlabs/nvdiffrast.git |
| git+https://github.com/JeffreyXiang/diffoctreerast.git |
| git+https://github.com/graphdeco-inria/diff-gaussian-rasterization.git |
|
|