-
Notifications
You must be signed in to change notification settings - Fork 8
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
Updated dependencies in conda envs, both testing and deployment #152
Conversation
Trying out Python 3.10, also using latest releases of `gufe` (0.9.0) and `openfe` (0.10.1) for deployment envs.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
=======================================
Coverage 82.20% 82.20%
=======================================
Files 21 21
Lines 2670 2670
=======================================
Hits 2195 2195
Misses 475 475
☔ View full report in Codecov by Sentry. |
@hmacdope can I get a review on these updates? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just one question about whether we should use a python build matrix if we are not actually dropping 3.9, but other than that 👍
Latest numpy doesn't cause problems on 3.10.
Trying out Python 3.10, also using latest releases of
gufe
(0.9.0) andopenfe
(0.10.1) for deployment envs.