Skip to content

Commit

Permalink
Trying to pin the cadquery-ocp version to prevent segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Sep 18, 2024
1 parent 1ecdf7e commit 10e73ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
install_requires=[
'numpy~=1.26',
# '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',
Expand Down

0 comments on commit 10e73ac

Please sign in to comment.