Skip to content

Commit

Permalink
Update phylornn to 1.1 (bioconda#48988)
Browse files Browse the repository at this point in the history
* Update phylornn to 1.1

* add ete3

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Jul 9, 2024
1 parent 78a75d8 commit fd7a6da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions recipes/phylornn/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -43,4 +44,3 @@ about:
license: LPGL-2.1-only
license_family: LGPL
summary: PhyloRNN

0 comments on commit fd7a6da

Please sign in to comment.