Skip to content

Commit

Permalink
add run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Sep 27, 2024
1 parent 8a41f2a commit c80f11e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/baltic/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,26 @@ 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:
- baltic

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"

0 comments on commit c80f11e

Please sign in to comment.