forge-rig / pyproject.toml
jkorstad's picture
Update forge-rig from local forge-bricks
6325ffb verified
Raw
History Blame Contribute Delete
351 Bytes
[project]
name = "forge-rig"
version = "0.1.0"
description = "Forge-Rig: VLM-based joint/hinge detection for 3D rigging"
requires-python = ">=3.10"
dependencies = ["gradio>=5.0,<7.0", "spaces", "forge-bricks-common"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv.sources]
forge-bricks-common = { workspace = true }