Skip to content

Commit

Permalink
Trying to fix version pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Dec 16, 2024
1 parent 71ba064 commit d4e8496
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@
version = '0.0.1',
python_requires='>=3.10',
install_requires=[
#defined to stop us using numpy 2 that CQ-cli isn't compatible with
'numpy~=1.26',
#Stop whatever requires nlopt pulling in 2.8 which requires numpy v2.0.0
'nlopt<2.8.0',
'cadquery @ git+https://github.com/CadQuery/cadquery.git',
'cadquery-png-plugin @ git+https://github.com/jmwright/cadquery-png-plugin.git',
'cadquery',
'cadquery_png_plugin',
'cadscript>=0.5.2',
'exsource-tools',
'cq-cli @ git+https://github.com/CadQuery/cq-cli.git',
'cq-annotate @ git+https://github.com/jmwright/cq-annotate.git',
'cq-cli @ git+https://github.com/CadQuery/cq-cli.git@v2.4.0#egg=cq-cli',
'cq_annotate',
'cq_warehouse @ git+https://github.com/gumyr/cq_warehouse.git',
'cadorchestrator>=0.1.0'
],
Expand Down

0 comments on commit d4e8496

Please sign in to comment.