From 9fca5a8480e4f5e04ae6f9d58cef063655b97840 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:11:26 -0800 Subject: [PATCH] Pin Biopython 1.81 Issue linked in changes. Pin to an exact version which is known to be compatible. --- src/recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/recipe.yaml b/src/recipe.yaml index b54697b..5daf7e2 100644 --- a/src/recipe.yaml +++ b/src/recipe.yaml @@ -63,6 +63,8 @@ requirements: # - awscli - bash + # Pin Biopython 1.81: https://github.com/nextstrain/augur/issues/1373 + - biopython =1.81 - bzip2 - csvtk - curl