Skip to content

Commit 6eda46b

Browse files
committed
Fix dependency pins
1 parent ce49645 commit 6eda46b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@ authors = [
1111
]
1212
description = "Command Line Interface for executing CadQuery scripts and converting their output to another format."
1313
readme = "README.md"
14-
requires-python = ">=3.8"
14+
requires-python = ">=3.9"
1515
classifiers = [
1616
"Programming Language :: Python :: 3",
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
2020
"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",
2921
"cadquery-freecad-import-plugin @ git+https://github.com/jmwright/cadquery-freecad-import-plugin.git"
3022
]
3123

0 commit comments

Comments
 (0)