Skip to content

Commit

Permalink
Update treesimulator to 0.2.1 (#52887)
Browse files Browse the repository at this point in the history
* Update treesimulator to 0.2.1

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Dec 23, 2024
1 parent 25d7f67 commit 907bd9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/treesimulator/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "treesimulator" %}
{% set version = "0.2.0" %}
{% set version = "0.2.1" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 599507b62cce4d8f77a850fc0f84d003d13530ec39960afdf1efcf356df16176
sha256: 10520e629a4ba47e7e5c0012b47f1dc1123389b4b7a96d1ff3f89ba8d60eafb4

build:
number: 0
Expand All @@ -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
Expand Down

0 comments on commit 907bd9d

Please sign in to comment.