Skip to content

Commit

Permalink
Update meta.yaml (#52080)
Browse files Browse the repository at this point in the history
- pinning muscle to 5.1 because 5.2 and 5.3 (as of their release 10 days ago) currently have issues on mac-osx, even with osx-64 specified, leading to an "Illegal instruction" error whenever muscle is invoked
- adding pyarrow, due to pandas stating it will be required next major version update (pandas-dev/pandas#54466)
  • Loading branch information
AstrobioMike authored Nov 13, 2024
1 parent 50c4bd3 commit 2a1b520
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/gtotree/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 81e5856fa188a5096725605a31a1bf6bf4f8baa1dc2acc83eda29a0ff7a742b5

build:
number: 0
number: 1
run_exports:
- {{ pin_compatible(name, max_pin='x') }}

Expand All @@ -21,7 +21,7 @@ requirements:
- python
- biopython
- hmmer
- muscle =5
- muscle =5.1
- trimal
- fasttree
- iqtree >=2.2.2
Expand All @@ -38,6 +38,7 @@ requirements:
- file
- coreutils =9.1
- curl
- pyarrow

test:
commands:
Expand Down

0 comments on commit 2a1b520

Please sign in to comment.