Skip to content

Commit

Permalink
Trying to figure out why segfault showed up
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Sep 18, 2024
1 parent 490a980 commit ca8dbe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ca8dbe6

Please sign in to comment.