From c80f11e734ad3c8710e615aca03f9ea167952b45 Mon Sep 17 00:00:00 2001 From: mencian Date: Fri, 27 Sep 2024 10:52:05 -0500 Subject: [PATCH] add run_exports --- recipes/baltic/meta.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipes/baltic/meta.yaml b/recipes/baltic/meta.yaml index 648129935a703..32632d346e42e 100644 --- a/recipes/baltic/meta.yaml +++ b/recipes/baltic/meta.yaml @@ -11,17 +11,17 @@ source: build: number: 0 - script: python -m pip install --no-deps --ignore-installed . + script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv noarch: python requirements: host: - pip - - python + - python >=3.5 run: - matplotlib-base >=2.0.0 - numpy >=1.16 - - python + - python >=3.5 test: imports: @@ -29,7 +29,8 @@ test: about: home: "https://github.com/evogytis/baltic" - license: GPL-3.0 + license: GPL-3.0-or-later license_family: GPL3 license_file: LICENSE - summary: "Lightweight package for analyzing, manipulating and visualizing annotated phylogenetic trees" + summary: "Lightweight package for analyzing, manipulating and visualizing annotated phylogenetic trees." + dev_url: "https://github.com/evogytis/baltic"