Skip to content

Commit

Permalink
Pin compatible Interchange (#1754)
Browse files Browse the repository at this point in the history
* Pin compatible Interchange

* Revert dev code in #1753
  • Loading branch information
mattwthompson authored Oct 24, 2023
1 parent ccc27e3 commit 5d317d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/beta_rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
push:
branches:
- "main"
pull_request:
branches:
- "main"

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/openeye-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- openff-amber-ff-ports >=0.0.3
- openff-units =0.2.0
- openff-utilities >=0.1.5
- openff-interchange-base >=0.3.10
- openff-interchange-base ==0.3.14
- openff-nagl-base ==0.3.0
- openff-nagl-models ==0.1.0
- typing_extensions
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/rdkit-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- openff-amber-ff-ports >=0.0.3
- openff-units =0.2.0
- openff-utilities >=0.1.5
- openff-interchange-base >=0.3.10
- openff-interchange-base ==0.3.14
- openff-nagl-base ==0.3.0
- openff-nagl-models ==0.1.0
- typing_extensions
Expand Down

0 comments on commit 5d317d5

Please sign in to comment.