From bc01cb5a4202a954da5053204400325c2cd6b601 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:23:07 -0800 Subject: [PATCH] Update augur to 26.2.0 (#52251) * Bump version * Update dependencies --- recipes/augur/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/augur/meta.yaml b/recipes/augur/meta.yaml index 50b746c7464cd..4fac2c1f66610 100644 --- a/recipes/augur/meta.yaml +++ b/recipes/augur/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "26.1.0" %} +{% set version = "26.2.0" %} package: name: augur @@ -6,7 +6,7 @@ package: source: url: https://github.com/nextstrain/augur/releases/download/{{ version }}/nextstrain_augur-{{ version }}.tar.gz - sha256: 74159e9a663ad4f1171b1800dd345dd94777a37dcc74abc754351626f75668c2 + sha256: a501c10b0242384d33f5fd02ab943d4b295e80f31e2a14b6a9692f01e17ac5af build: number: 0 @@ -33,7 +33,7 @@ requirements: - networkx >=2.5,<4 - numpy >=1.0.0,<2 - packaging >=19.2 - - pandas >=1.0.0,<2 + - pandas >=1.0.0,<3 - pyfastx >=1.0.0,<3 - python-calamine >=0.2.0 - scipy >=1.0.0,<2