Skip to content

Commit

Permalink
Update augur to 26.2.0 (#52251)
Browse files Browse the repository at this point in the history
* Bump version

* Update dependencies
  • Loading branch information
victorlin authored Nov 20, 2024
1 parent abb54fc commit bc01cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/augur/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "26.1.0" %}
{% set version = "26.2.0" %}

package:
name: augur
version: {{ version }}

source:
url: https://github.com/nextstrain/augur/releases/download/{{ version }}/nextstrain_augur-{{ version }}.tar.gz
sha256: 74159e9a663ad4f1171b1800dd345dd94777a37dcc74abc754351626f75668c2
sha256: a501c10b0242384d33f5fd02ab943d4b295e80f31e2a14b6a9692f01e17ac5af

build:
number: 0
Expand All @@ -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
Expand Down

0 comments on commit bc01cb5

Please sign in to comment.