-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* re-enable gaff * run espaloma and gaff tests * gaff has two fs michael * Use 8.1.2rc1 * Update linters * Remove Espaloma tests * Apply suggestions from code review Co-authored-by: Iván Pulido <[email protected]> * Use Intel macOS runners * check if older macos works * test all the macos versions * see if rdkit is the issue * Drop macOS 13 * Typo/fix * Update dependencies --------- Co-authored-by: Matthew W. Thompson <[email protected]> Co-authored-by: Iván Pulido <[email protected]>
- Loading branch information
1 parent
b3fae57
commit 38eb754
Showing
6 changed files
with
9 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,18 @@ | ||
name: openmmforcefields-test | ||
|
||
channels: | ||
- conda-forge | ||
|
||
dependencies: | ||
# Base depends | ||
- python | ||
- pip | ||
|
||
# Testing | ||
- pytest | ||
- pytest-cov | ||
- pytest-xdist | ||
- pytest-randomly | ||
|
||
# Requirements for converted force field installer | ||
- openmm >=7.6.0 | ||
|
||
- openmm >=8.1.2,<9 | ||
- openff-toolkit >=0.11 | ||
|
||
# Requirements for conversion tools | ||
- pyyaml | ||
- ambertools >=22,<24 | ||
- lxml | ||
- networkx | ||
|
||
# JSON caching of residue templates | ||
- tinydb | ||
|
||
# Validating URLs | ||
- validators | ||
|
||
# | ||
# Espaloma requirements below | ||
# | ||
# espaloma >=0.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters