From 2319f11b6b7928cc50ba6fccb678fe2f22b1c915 Mon Sep 17 00:00:00 2001 From: Mike Lee Date: Tue, 12 Nov 2024 22:09:53 -0500 Subject: [PATCH] Update meta.yaml - 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 (https://github.com/pandas-dev/pandas/issues/54466) --- recipes/gtotree/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/gtotree/meta.yaml b/recipes/gtotree/meta.yaml index 1a94e22d51527..1a4a923150f61 100644 --- a/recipes/gtotree/meta.yaml +++ b/recipes/gtotree/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 81e5856fa188a5096725605a31a1bf6bf4f8baa1dc2acc83eda29a0ff7a742b5 build: - number: 0 + number: 1 run_exports: - {{ pin_compatible(name, max_pin='x') }} @@ -21,7 +21,7 @@ requirements: - python - biopython - hmmer - - muscle =5 + - muscle =5.1 - trimal - fasttree - iqtree >=2.2.2 @@ -38,6 +38,7 @@ requirements: - file - coreutils =9.1 - curl + - pyarrow test: commands: