File size: 488 Bytes
5a79264
 
 
 
 
 
 
 
 
 
 
 
 
c7f0b44
5a79264
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "stl-to-gcode"
version = "0.1.0"
description = "Gradio app for slicing STL files into TIFF image stacks."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "gradio>=5.23.0",
    "matplotlib>=3.11.0",
    "networkx>=3.4.2",
    "numpy>=2.2.0",
    "pillow>=11.1.0",
    "plotly>=6.7.0",
    "rtree>=1.4.1",
    "scipy>=1.15.2",
    "shapely>=2.0.7",
    "trimesh>=4.6.5",
]

[dependency-groups]
dev = [
    "pytest>=8.3.5",
]

[tool.uv]
package = false