Image_2_Lego / pyproject.toml
lunde's picture
Upload folder using huggingface_hub
a6258d6 verified
raw
history blame contribute delete
477 Bytes
[project]
name = "img2lego"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"colormath>=3.0.0",
"gradio>=5.9.1",
"gradio-client>=1.5.2",
"ipykernel>=6.29.5",
"kaleido==0.2.1",
"marimo>=0.10.9",
"matplotlib>=3.10.0",
"numpy>=2.2.1",
"plotly>=5.24.1",
"polars>=1.18.0",
"rtree>=1.3.0",
"scikit-learn>=1.6.0",
"scipy>=1.14.1",
"trimesh>=4.5.3",
]