From bfe73ccf57766d227832335ba6160ce4a750f8c1 Mon Sep 17 00:00:00 2001 From: Russell Neches Date: Mon, 23 Dec 2024 18:11:21 +0900 Subject: [PATCH] update recipe for SuchTree --- recipes/suchtree/meta.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes/suchtree/meta.yaml b/recipes/suchtree/meta.yaml index db8a4e0f35469..c05e5aff24d3a 100644 --- a/recipes/suchtree/meta.yaml +++ b/recipes/suchtree/meta.yaml @@ -15,23 +15,27 @@ build: - cython - scipy - numpy >=2.0 + run_exports: + - {{ pin_subpackage( "suchtree", max_pin="x.x" ) }} script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation" requirements: build: + - {{ compiler('c') }} - cython - scipy - numpy >=2.0 host: - - pip - - python - cython + - python + - pip + - setuptools - scipy - numpy >=2.0 run: - python - dendropy - - pandas >2.1 + - pandas >=2.1 - numpy >=2.0 - scipy