-
Notifications
You must be signed in to change notification settings - Fork 422
OCP 7.9 #1946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
OCP 7.9 #1946
Conversation
Removed vtk dependency from the environment file.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1946 +/- ##
=======================================
Coverage 96.07% 96.07%
=======================================
Files 29 29
Lines 7956 7956
Branches 1190 1190
=======================================
Hits 7644 7644
Misses 179 179
Partials 133 133 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Despite my fix 7.9 fails on cqgi and python 14. Seems to work on earlier ones. |
|
Hey @adam-urbanczyk I just tested this on our internal test suite, which isn't using OCP 7.9-specific features. The upgrade went well and all the tests passed. Python 3.11. |
|
Thanks @Oblynx , the remaining issue is 3.14 and cqgi specific. BTW: would you be willing to describe your use case? |
|
We are using cadquery as a lightweight and LLM friendly CAD scripting language in our engineering platform 🫶 |
|
Update OCP dependency to version 7.9.3.1 in environment.yml
Updates for OCP 7.9 compatibility.