Shap-E / pyproject.toml
hysts's picture
hysts HF staff
Update
a26e823
raw
history blame contribute delete
318 Bytes
[project]
name = "shap-e"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.0.0",
"diffusers>=0.30.3",
"gradio==5.0.2",
"spaces>=0.30.3",
"torch==2.4.0",
"torchvision>=0.19.0",
"transformers>=4.45.2",
"trimesh>=4.4.9",
]