text-to-mesh-preview / pyproject.toml
ifire's picture
Restore app?
bdbbae9
raw
history blame contribute delete
402 Bytes
[project]
name = "text-to-mesh-preview"
version = "0.1.0"
description = "MeshGPT text-to-mesh preview application"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"meshgpt-pytorch @ git+https://github.com/fire/meshgpt-pytorch",
"libigl",
"torchtyping",
"torch>=2.0.0",
"torchvision>=0.15.0",
"gradio",
"spaces",
"taylor-series-linear-attention==0.1.6"
]