BrickGPT-Demo / pyproject.toml
Ava Pun
Rename everything to BrickGPT
972de2b
raw
history blame contribute delete
356 Bytes
[project]
name = "brickgpt-demo"
version = "0.1.0"
description = "BrickGPT demo webapp"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100
"gradio>=5.33.0",
"brickgpt",
]
[tool.uv.sources]
brickgpt = { git = "https://github.com/AvaLovelace1/BrickGPT.git" }