Skip to content

Commit d487afc

Browse files
authored
Merge pull request #302 from OpenFreeEnergy/update_forcefield_settings
bump to openfe v1.10.0 and update settings to include lipid17_merged
2 parents f94d746 + e224258 commit d487afc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

cookbook/choose_protocol.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@
324324
" 'amber/ff14SB.xml',\n",
325325
" 'amber/tip3p_standard.xml',\n",
326326
" 'amber/tip3p_HFE_multivalent.xml',\n",
327-
" 'amber/phosaa10.xml'\n",
327+
" 'amber/phosaa10.xml',\n",
328+
" 'amber/lipid17_merged.xml',\n",
328329
" ],\n",
329330
" \n",
330331
" # Small molecule force field to use with OpenMM template generator:\n",

environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ dependencies:
88
- nbval
99
- nglview
1010
- notebook
11+
- numpy <2.4.0 # https://github.com/OpenFreeEnergy/cinnabar/issues/198
1112
- pip
1213
- pytest
1314
- pytest-cov
1415
- pytest-xdist
1516
- python
16-
- gufe >=1.7.0, <1.8.0
17-
- openfe==1.8.0
17+
- openfe==1.10.0
1818
- openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450

0 commit comments

Comments
 (0)