Skip to content

Commit

Permalink
update recipe for SuchTree
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed Dec 23, 2024
1 parent e17ab58 commit bfe73cc
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipes/suchtree/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bfe73cc

Please sign in to comment.