CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
3.26k stars 295 forks source link

Remove `occt` version pin from conda install instructions? #1369

Closed whophil closed 1 year ago

whophil commented 1 year ago

The install instructions in the README and docs state:

conda install -c conda-forge cadquery occt=7.7.0

Given that occt is required and pinned by the cadquery-feedstock, I think it can be simplifed to

conda install -c conda-forge cadquery
lorenzncode commented 1 year ago

Agree, the instructions are now out of date. The pin was required for version 2.2.

adam-urbanczyk commented 1 year ago

Solved in #1362