29 lines
663 B
TOML
29 lines
663 B
TOML
[project]
|
|
name = "spike-image-to-3d"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"accelerate>=1.13.0",
|
|
"diffusers>=0.37.1",
|
|
"einops>=0.8.2",
|
|
"huggingface-hub<1",
|
|
"jupyter>=1.1.1",
|
|
"jupyter-collaboration>=4.4.0",
|
|
"jupyter-mcp-server>=1.0.2",
|
|
"jupyterlab>=4.5.7",
|
|
"matplotlib>=3.10.9",
|
|
"numpy>=2.4.6",
|
|
"omegaconf>=2.3.0",
|
|
"pandas>=3.0.3",
|
|
"pillow>=12.2.0",
|
|
"rembg[cpu]>=2.0.75",
|
|
"safetensors>=0.7.0",
|
|
"torch>=2.12.0",
|
|
"torchvision>=0.27.0",
|
|
"transformers==4.46.3",
|
|
"trimesh>=4.12.2",
|
|
"xatlas>=0.0.11",
|
|
]
|