From ec1a3ee6196df2b184f0c242cc541a44d1230374 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Fri, 27 Mar 2026 08:29:00 -0700 Subject: [PATCH 1/3] unpin openfe --- environment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/environment.yaml b/environment.yaml index 74e7b8a..0e03e77 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 - openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450 From cd96c336bd017353c6069cc3cec8ecd654aab240 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Fri, 27 Mar 2026 09:26:13 -0700 Subject: [PATCH 2/3] try 1.9.0 pin --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 0e03e77..2667c8e 100644 --- a/environment.yaml +++ b/environment.yaml @@ -13,5 +13,5 @@ dependencies: - pytest-cov - pytest-xdist - python - - openfe + - openfe==1.9.0 - openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450 From 286ff4087f1ddd1df6bb5ca3835e764d881a4aa7 Mon Sep 17 00:00:00 2001 From: Alyssa Travitz Date: Fri, 27 Mar 2026 11:13:10 -0700 Subject: [PATCH 3/3] Revert "try 1.9.0 pin" This reverts commit cd96c336bd017353c6069cc3cec8ecd654aab240. --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index 2667c8e..0e03e77 100644 --- a/environment.yaml +++ b/environment.yaml @@ -13,5 +13,5 @@ dependencies: - pytest-cov - pytest-xdist - python - - openfe==1.9.0 + - openfe - openff-interchange-base != 0.5.1 # https://github.com/openforcefield/openff-interchange/issues/1450