We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce49645 commit 6eda46bCopy full SHA for 6eda46b
pyproject.toml
@@ -11,21 +11,13 @@ authors = [
11
]
12
description = "Command Line Interface for executing CadQuery scripts and converting their output to another format."
13
readme = "README.md"
14
-requires-python = ">=3.8"
+requires-python = ">=3.9"
15
classifiers = [
16
"Programming Language :: Python :: 3",
17
"Operating System :: OS Independent",
18
19
dependencies = [
20
"cadquery @ git+https://github.com/CadQuery/cadquery.git",
21
- "cadquery-ocp>=7.7.0a0,<7.8",
22
- "ezdxf",
23
- "multimethod>=1.7,<2.0",
24
- "numpy<2.0.0",
25
- "nlopt",
26
- "typish",
27
- "casadi",
28
- "path",
29
"cadquery-freecad-import-plugin @ git+https://github.com/jmwright/cadquery-freecad-import-plugin.git"
30
31
0 commit comments