feat: Add cq-editor as dev dependency #8

Merged
aniva merged 3 commits from chore/version into main 2024-12-07 13:38:05 -08:00
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"]