Skip to content

Commit 2a1b520

Browse files
authored
Update meta.yaml (#52080)
- 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)
1 parent 50c4bd3 commit 2a1b520

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

recipes/gtotree/meta.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
sha256: 81e5856fa188a5096725605a31a1bf6bf4f8baa1dc2acc83eda29a0ff7a742b5
1111

1212
build:
13-
number: 0
13+
number: 1
1414
run_exports:
1515
- {{ pin_compatible(name, max_pin='x') }}
1616

@@ -21,7 +21,7 @@ requirements:
2121
- python
2222
- biopython
2323
- hmmer
24-
- muscle =5
24+
- muscle =5.1
2525
- trimal
2626
- fasttree
2727
- iqtree >=2.2.2
@@ -38,6 +38,7 @@ requirements:
3838
- file
3939
- coreutils =9.1
4040
- curl
41+
- pyarrow
4142

4243
test:
4344
commands:

0 commit comments

Comments
 (0)