tool: Light panel #9

Open
aniva wants to merge 9 commits from tool/lighting into main
2 changed files with 283 additions and 645 deletions
Showing only changes of commit eace8745f3 - Show all commits

922
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,13 +8,15 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
cadquery = {git = "https://github.com/CadQuery/cadquery.git"}
build123d = "^0.5.0"
numpy = "^1.26.4"
#build123d = "^0.5.0"
numpy = ">=2,<3"
colorama = "^0.4.6"
# cadquery dependency
multimethod = "^1.12"
scipy = "^1.14.0"
typish = "^1.9.3"
[build-system]
requires = ["poetry-core"]