Skip to content

Commit

Permalink
update yaml recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Jody Phelan committed Aug 16, 2019
1 parent 3aeb63d commit 6b110b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tb-profiler" %}
{% set version = "2.5" %}
{% set sha256 = "5c2c041bdd3932363d9505eebb4ceff39abfcc1940a5cf36084b0182c3c7920c" %}
{% set version = "2.6" %}
{% set sha256 = "7c83fec2beb2f1c2d0fc4955fa296bd9757ae01156034656e9428d817b7a64b0" %}

package:
name: {{name}}
Expand All @@ -13,15 +13,15 @@ source:
build:
script: python -m pip install --no-deps --ignore-installed .
noarch: python
number: 2
number: 0

requirements:
host:
- python
- pip
run:
- python>=3.6
- pathogen-profiler>=1.5
- pathogen-profiler>=1.6
- tqdm
- git
test:
Expand Down

0 comments on commit 6b110b4

Please sign in to comment.