| [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 } |