Skip to content

Commit

Permalink
Build examples against Interchange 0.3.25 (#46)
Browse files Browse the repository at this point in the history
* Use newer Interchange

* Try building against tag

* Bump

* Use newer Interchange

* Really use released build
  • Loading branch information
mattwthompson committed Apr 3, 2024
1 parent 1187bb4 commit 4d4636f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/examples_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- packaging
# Examples
- openff-toolkit-examples>=0.15.2
- openff-interchange>=0.3.18
- openff-interchange >=0.3.25
- openff-nagl
# - openff-fragmenter
# - openff-qcsubmit
Expand Down
5 changes: 1 addition & 4 deletions source/_ext/cookbook/globals_.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@
DEFAULT_CACHE_BRANCH = "_cookbook_data_main"
"""Branch of the openff-docs repository where cached notebooks are stored."""

SKIP_NOTEBOOKS: set[str] = {
"openforcefield/openff-interchange/experimental/openmmforcefields/gaff.ipynb",
"openforcefield/openff-interchange/ligand_in_water/ligand_in_water.ipynb",
}
SKIP_NOTEBOOKS: set[str] = {}
"""
Notebooks that will not be processed.
Expand Down

0 comments on commit 4d4636f

Please sign in to comment.