From fd7a6da01e5314a93d835ca9caa9fd30719d9fef Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:22:34 -0400 Subject: [PATCH] Update phylornn to 1.1 (#48988) * Update phylornn to 1.1 * add ete3 --------- Co-authored-by: mencian --- recipes/phylornn/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/phylornn/meta.yaml b/recipes/phylornn/meta.yaml index fd87847f297f0..a1331f7fd74c9 100644 --- a/recipes/phylornn/meta.yaml +++ b/recipes/phylornn/meta.yaml @@ -1,29 +1,29 @@ -{% set version = "1.0" %} # Remember to also update sha256 below -{% set sha256 = "3c78cff8031dff8f428c4ec2942d03404a9218cbd138cff85b4614020c531d78" %} +{% set version = "1.1" %} # Remember to also update sha256 below +{% set sha256 = "b06e459ca0d525b37d2b64b9922b1a743b126fca4641bf7512ae349325467bbe" %} package: name: phylornn version: {{ version }} source: - url: https://github.com/phyloRNN/phyloRNN/archive/refs/tags/v{{ version }}.tar.gz + url: https://github.com/phyloRNN/phyloRNN/archive/refs/tags/v{{ version }}.tar.gz sha256: {{ sha256 }} build: noarch: python number: 0 - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv run_exports: - {{ pin_subpackage('phylornn', max_pin="x") }} requirements: host: - python >=3.8 - # - setuptools + - pip run: - python >=3.8 - numpy >=1.23.1,<1.24 - - seaborn >=0.11.2,<0.12 + - seaborn-base >=0.11.2,<0.12 - matplotlib-base >=3.5.2,<3.6 - pandas >=1.4.3,<1.5 - scipy >=1.8.1,<1.9 @@ -33,6 +33,7 @@ requirements: - seq-gen >=1.3.0,<1.4 - phyml >=3.3.0,<3.4 - biopython >=1.81,<2 + - ete3 test: imports: @@ -43,4 +44,3 @@ about: license: LPGL-2.1-only license_family: LGPL summary: PhyloRNN -