Small fix and updates

This commit is contained in:
Yeicor
2025-02-16 12:59:52 +01:00
parent 6ee98b6e19
commit 3116f909d5
3 changed files with 609 additions and 272 deletions

View File

@@ -11,7 +11,7 @@ include = [
]
[tool.poetry.dependencies]
python = ">=3.10,<3.14"
python = ">=3.10,<3.13" # Due to vtk transitive dependency of build123d -> cadquery-ocp -> vtk
# CAD
build123d = ">=0.9,<0.10"