From fedaec46c0b4a58fe2025529e3ed9861627324eb Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Tue, 12 Oct 2021 16:06:30 +0200 Subject: [PATCH] update(nextstrain.yml): bump Augur to v13, nextalign to v1 Wildcards are deprecated in conda yaml env files, see: https://github.com/conda/conda/issues/9140 --- nextstrain.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextstrain.yml b/nextstrain.yml index 963c38b..bd9cfcf 100644 --- a/nextstrain.yml +++ b/nextstrain.yml @@ -4,10 +4,10 @@ channels: - bioconda - defaults dependencies: -- augur>=11.3.0 -- nextalign=0.1.6 +- augur>=13 +- nextalign=1 - nextstrain-cli -- python>=3.6* +- python>=3.6 - nodejs>=10 - git - pip