File size: 477 Bytes
a6258d6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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",
]