-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Pin OpenMM version >=7.3.1,<7.6 #9
Comments
@ijpulidos @mikemhenry : If these are really fatal errors rather than just warnings, we should focus on getting updated bugfix releases out of these packages (yank, openmmtools) that fix the imports. Can you help here? In the meantime, it does sound reasonable to pin the useful versions of these to openmm<7.6 (as @mjw99 suggests) if these are indeed errors and not warnings. |
I will investigate! I thought we fixed things in a backwards compatible way with the new namespace changes |
This was fixed in choderalab/openmmtools#528 so we just need to cut a new release |
Plan is to push out a bug fix release, then once openmm 7.7 is out, we will bump the build number and prevent openmm 7.6 being pulled in which we know has issues: openmm/openmm#3310 |
Many thanks for your help Mike! |
@mjw99 Just wanted to give you an update, we are working on a blocking issue here choderalab/openmmtools#538 and once we get that merged, we will be cutting a new release that will fix this. Thank you for your patience. |
Yes, as Mike says we are currently working on solving the critical issues with how My opinion on this one is that we should pin to versions equal or larger than the minimum version we aim to support from OpenMM or not pinning at all (just |
Dear @mikemhenry and @ijpulidos, Many thanks, Mark |
This should be resolved now with the release of OpenMM 7.7. Many apologies we were unable to resolve this earlier---we still don't have sufficient resources to officially support YANK at the moment. |
Due to a recent top level Python package rename in OpenMM 7.6, some modules will no longer be found. I think this is the correct syntax:
See also:
choderalab/yank#1260
choderalab/yank#1261
The text was updated successfully, but these errors were encountered: