Compare commits
No commits in common. "524ab73ea4b579ec3e8653a017a3a2fb01ba72da" and "6b0b604ae1480a6316eaacb91abd9f55a2e4752a" have entirely different histories.
524ab73ea4
...
6b0b604ae1
File diff suppressed because it is too large
Load Diff
|
@ -6,8 +6,9 @@ authors = ["Leni Aniva <v@leni.sh>"]
|
|||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<3.13"
|
||||
cadquery = "2.5.2"
|
||||
python = "^3.10"
|
||||
cadquery = {git = "https://github.com/CadQuery/cadquery.git"}
|
||||
#build123d = "^0.5.0"
|
||||
numpy = ">=2,<3"
|
||||
colorama = "^0.4.6"
|
||||
|
||||
|
|
Loading…
Reference in New Issue