Skip to content
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

Patch qcportal version for espaloma #555

Merged
merged 3 commits into from
Sep 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions recipe/patch_yaml/espaloma-patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Downpin espaloma to version of qcportal before API change
# https://github.com/choderalab/espaloma/issues/185
if:
subdir_in: noarch
name: espaloma
has_depends: "qcportal*"
timestamp_lt: 1695137390000
then:
- replace_depends:
# str of thing to be replaced
old: qcportal >=0.15.0
# thing to replace `old` with
new: qcportal >=0.15.0,<0.50.0a0