Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Nov 5, 2024
1 parent 3ca4f0e commit bb2c9f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/pangolin/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ source:
build:
number: 0
noarch: python
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed .
run_exports:
- {{ pin_subpackage('pangolin', max_pin="x") }}

requirements:
build:
- setuptools
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- biopython >=1.74
Expand Down

0 comments on commit bb2c9f0

Please sign in to comment.