Skip to content

Commit

Permalink
deps: update mamba versions in recipe and bump build number (#51038)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianzwagemaker authored Sep 30, 2024
1 parent 2906243 commit c69d1bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/viroconstrictor/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
- viroConstrictor = ViroConstrictor.__main__:main
- Viroconstrictor = ViroConstrictor.__main__:main
script: {{ PYTHON }} -m pip install . --no-deps -vvv
number: 0
number: 1
run_exports:
- {{ pin_subpackage('viroconstrictor', max_pin="x") }}

Expand All @@ -40,7 +40,7 @@ requirements:
- snakemake >=7.15.2, < 8
- aminoextract ==0.3.1
- conda
- mamba
- mamba >=1.5.0, <2.0.0

test:
imports:
Expand All @@ -63,5 +63,6 @@ about:
extra:
recipe-maintainers:
- florianzwagemaker
- KHajji
- raaijmag
- wolthuisr
- ids-bioinformatics

0 comments on commit c69d1bb

Please sign in to comment.