Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cookbook/choose_protocol.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@
" 'amber/ff14SB.xml',\n",
" 'amber/tip3p_standard.xml',\n",
" 'amber/tip3p_HFE_multivalent.xml',\n",
" 'amber/phosaa10.xml'\n",
" 'amber/phosaa10.xml',\n",
" 'amber/lipid17_merged.xml',\n",
" ],\n",
" \n",
" # Small molecule force field to use with OpenMM template generator:\n",
Expand Down
4 changes: 2 additions & 2 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ dependencies:
- nbval
- nglview
- notebook
- numpy <2.4.0 # https://github.com/OpenFreeEnergy/cinnabar/issues/198
- pip
- pytest
- pytest-cov
- pytest-xdist
- python
- gufe >=1.7.0, <1.8.0
- openfe==1.8.0
- openfe==1.10.0
- openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450
Loading