fusion-energy / paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://paramak.readthedocs.io/en/main/
MIT License
61 stars 18 forks source link

not currently able to merge from develop to main #205

Closed shimwell closed 1 year ago

shimwell commented 2 years ago

We have a bit of a dependency issue as the nice new export_to_brep feature requires cadquery master version.

Ideally we would base any Paramak release on a pinned version of CadQuery, which would require CadQuery 2.2 to be is released

However we could pin the CadQuery master like of packages have done.

For example Jupyter CadQuery 3.0.0 has moved to CadQuery master

In the current situation we can't pass all the tests required merge from develop to main and can't quite make a new release.

So I'm thinking we should move to use CadQuery master now and move to CadQuery 2.2 when released.

shimwell commented 1 year ago

solved, moved to cq master