Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update meta.yaml
Browse files Browse the repository at this point in the history
mencian authored Dec 23, 2024
1 parent 94cc166 commit c31e455
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/treesimulator/meta.yaml
Original file line number Diff line number Diff line change
@@ -17,14 +17,15 @@ build:
- generate_bdei = treesimulator.simulate_forest_bdei:main
- generate_bdss = treesimulator.simulate_forest_bdss:main
- generate_mtbd = treesimulator.simulate_forest:main
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation"
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir"
run_exports:
- {{ pin_subpackage('treesimulator', max_pin="x") }}
- {{ pin_subpackage('treesimulator', max_pin="x.x") }}

requirements:
host:
- pip
- python >=3.9
- setuptools
run:
- six >=1.16.0
- ete3 >=3.1.1

0 comments on commit c31e455

Please sign in to comment.