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