Skip to content
Draft
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
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- konnektor~=0.2.0
- lomap2>=3.2.1
- networkx
- numba
- numpy
- openfe-analysis>=0.3.1
- openff-interchange-base
Expand Down Expand Up @@ -54,6 +55,7 @@ dependencies:
- threadpoolctl
- pip:
- git+https://github.com/OpenFreeEnergy/gufe@main
- git+https://github.com/choderalab/pymbar.git@ed40ec3bbef03bb08938ad1a74d459b0d1ab81f7
- run_constrained:
# drop this pin when handled upstream in espaloma-feedstock
- smirnoff99frosst>=1.1.0.1 #https://github.com/openforcefield/smirnoff99Frosst/issues/109
2 changes: 1 addition & 1 deletion src/openfe/protocols/openmm_utils/multistate_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def _get_free_energy(
mbar = MBAR(
u_ln,
N_l,
solver_protocol="robust",
solver_protocol="numba",
n_bootstraps=bootstraps,
bootstrap_solver_protocol="robust",
)
Expand Down
Loading