From 05ab4bcf008955bc95f13135c3fa136d2cb88340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pulido?= <2949729+ijpulidos@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:53:58 -0500 Subject: [PATCH] minimum supported gufe --- devtools/conda-envs/test_env.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml index 0d9573b..7682b0c 100644 --- a/devtools/conda-envs/test_env.yaml +++ b/devtools/conda-envs/test_env.yaml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # Base depends - - gufe + - gufe >=0.9.5 - numpy - openfe # TODO: Remove once we don't depend on openfe - openff-units