From ebd22eebaed41cd9a5bfcda476d332155e072f58 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Fri, 27 Mar 2026 11:22:49 -0700 Subject: [PATCH] bump openfe pin to 1.9.1 --- environment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yaml b/environment.yaml index 74e7b8a..309ace1 100644 --- a/environment.yaml +++ b/environment.yaml @@ -13,6 +13,5 @@ dependencies: - pytest-cov - pytest-xdist - python - - gufe >=1.7.0, <1.8.0 - - openfe==1.8.0 + - openfe == 1.9.1 - openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450