Skip to content

Commit

Permalink
Update PhyloAcc recipe (#51090)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwct authored Oct 2, 2024
1 parent 103ddbb commit 94446b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/phyloacc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ source:
sha256: {{ sha256 }}

build:
number: 0
skip: True # [py < 38]
number: 1
skip: True # [py < 311]
run_exports:
- {{ pin_subpackage('phyloacc', max_pin="x") }}

Expand All @@ -35,7 +35,8 @@ requirements:
- matplotlib-base >=3.5
- biopython >=1.79
- numpy >=1.22
- snakemake-minimal >=7.3,<8.0
- snakemake-minimal >=8.0
- snakemake-executor-plugin-slurm
- libgomp # [linux]
- llvm-openmp # [osx]

Expand Down

0 comments on commit 94446b6

Please sign in to comment.