diff --git a/recipes/commec/meta.yaml b/recipes/commec/meta.yaml index 676f15e6479c5..fa1f52d5008cb 100644 --- a/recipes/commec/meta.yaml +++ b/recipes/commec/meta.yaml @@ -1,6 +1,6 @@ {% set name = "commec" %} -{% set version = "0.1.2" %} -{% set sha256 = "33e99060dca151cb9d5481f47e02f1b5276b2cdf61804e7093f0cfc32bef1188" %} +{% set version = "0.2.0" %} +{% set sha256 = "d2d47a84a04194caca22984097d06d5c737af81a4833aa4f824243ee3c511351" %} package: name: "{{ name }}" @@ -15,30 +15,29 @@ build: noarch: python script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" run_exports: - # consider using "x.x.x" rather than "x.x", or "x" considering alpha software and liklihood of change. - - {{ pin_subpackage('commec', max_pin="x.x") }} + - {{ pin_subpackage('commec', max_pin="x.x.x") }} requirements: host: - - python >=3.1 - - pip >=24 + - python =3.12 + - pip run: - - python >=3.1 # Runtime Python dependencies - - biopython >=1.8 - - numpy >=2.0.0 - - pandas >=2.2 - - pytaxonkit >=0.8 + - biopython + - numpy + - pandas + - pytaxonkit # Runtime non-Python dependencies - - bedtools >=2.31 + - bedtools - blast >=2.16 - - emboss >=6.6 - - diamond >=0.9 - - hmmer >=3.4 - - infernal >=1.1 - - parallel >=20240722 - - perl-list-moreutils >=0.430 - - taxonkit >=0.17 + - emboss + - diamond >=2.1 + - hmmer + - infernal + - parallel + - perl-list-moreutils + - taxonkit + - wget test: commands: