Spaces:
Running
Running
File size: 421 Bytes
a2f76ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [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",
"networkx>=3.4.2",
"numpy>=2.2.0",
"pillow>=11.1.0",
"scipy>=1.15.2",
"shapely>=2.0.7",
"trimesh>=4.6.5",
]
[dependency-groups]
dev = [
"pytest>=8.3.5",
]
[tool.uv]
package = false
|