chore: Update cadquery
This commit is contained in:
parent
bbd1f0d5e9
commit
eace8745f3
File diff suppressed because it is too large
Load Diff
|
@ -8,13 +8,15 @@ readme = "README.md"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
cadquery = {git = "https://github.com/CadQuery/cadquery.git"}
|
cadquery = {git = "https://github.com/CadQuery/cadquery.git"}
|
||||||
build123d = "^0.5.0"
|
#build123d = "^0.5.0"
|
||||||
numpy = "^1.26.4"
|
numpy = ">=2,<3"
|
||||||
colorama = "^0.4.6"
|
colorama = "^0.4.6"
|
||||||
|
|
||||||
# cadquery dependency
|
# cadquery dependency
|
||||||
multimethod = "^1.12"
|
multimethod = "^1.12"
|
||||||
scipy = "^1.14.0"
|
scipy = "^1.14.0"
|
||||||
|
typish = "^1.9.3"
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in New Issue