diff --git a/setup.py b/setup.py index b9a3580..e5fe363 100644 --- a/setup.py +++ b/setup.py @@ -11,9 +11,9 @@ python_requires='>=3.10', install_requires=[ 'numpy~=1.26', - # 'cadquery>=2', - 'cadquery-ocp<=7.7.2.0', - 'cadquery @ git+https://github.com/CadQuery/cadquery.git', + 'cadquery>=2', + # 'cadquery-ocp<=7.7.2.0', + # 'cadquery @ git+https://github.com/CadQuery/cadquery.git', 'cadquery-png-plugin @ git+https://github.com/jmwright/cadquery-png-plugin.git', 'cadscript>=0.5.2', 'exsource-tools',