chore: Update cadquery

This commit is contained in:
Leni Aniva 2024-12-06 12:27:26 -08:00
parent bbd1f0d5e9
commit eace8745f3
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 283 additions and 645 deletions

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"]