Skip to content

Commit

Permalink
Merge pull request #363 from openforcefield/fix-ci
Browse files Browse the repository at this point in the history
Attempt to fix CI by downpinning away from rdkit 2024.03.6
  • Loading branch information
j-wags authored Oct 2, 2024
2 parents 19d7c9a + 4f90cef commit ebfe13a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devtools/conda-envs/docs-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- rich
- click
- click-option-group
- rdkit
- rdkit =2024.03.5
- openff-utilities
- openff-toolkit-base =0.15
- openff-interchange # only needed because openff-toolkit-base
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/no_openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- rich
- click
- click-option-group
- rdkit
- rdkit =2024.03.5
- ambertools >=22
- openff-utilities
- openff-toolkit-base =0.15
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-envs/test-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- rich
- click
- click-option-group
- rdkit
- rdkit =2024.03.5
- openff-utilities
- openff-toolkit-base =0.15
- openff-interchange # only needed because openff-toolkit-base
Expand Down

0 comments on commit ebfe13a

Please sign in to comment.