Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PhiSpy with fixed biopython version #46939

Merged
merged 11 commits into from
Apr 4, 2024
6 changes: 4 additions & 2 deletions recipes/phispy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ source:
sha256: "1dc3ec45c15328577557908517254d8e4ba152416f0e6bbad39e965b86730e28"

build:
number: 2
number: 3
skip: True # [py27 or py < 37]
script: "{{ PYTHON }} -m pip install . --no-deps -vv "
run_exports:
- {{ pin_subpackage('phispy', max_pin="x") }}

requirements:
build:
Expand All @@ -22,7 +24,7 @@ requirements:
- pip
- python
run:
- biopython
- biopython <=1.81
- numpy
- python
- hmmer
Expand Down