Skip to content

Commit

Permalink
update gempipe to v1.37.3 (#52164)
Browse files Browse the repository at this point in the history
* update gempipe to v1.37.3

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
lazzarigioele and mencian authored Nov 19, 2024
1 parent 3c76f5a commit 08cfcdf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions recipes/gempipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{% set name = "gempipe" %}
{% set version = "1.37.0" %}
{% set version = "1.37.3" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gempipe-{{ version }}.tar.gz
sha256: 76b9f005394ee36b7e886fc6417ead37a378563a65c80f653b1c31ea816bbd4a
# with https://github.com/lazzarigioele/{name}/archive/v{version}.tar.gz :
url: https://github.com/lazzarigioele/{{ name }}/archive/v{{ version }}.tar.gz
# with https://pypi.org/packages/source/{first-letter}/{package-name}/{package-name}-{version}.tar.gz :
#url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ac372858f01b995cd9a153ecdc59d1524b652675a9c5aecaaf5c818dd93cd9e4

build:
number: 0
Expand All @@ -19,12 +22,12 @@ build:
run_exports:
- {{ pin_subpackage('gempipe', max_pin="x") }}


requirements:
host:
- python >=3.9
- pip
- poetry-core >=1.0.0
- ipython >=8.7.0
run:
- python >=3.9
- ipython >=8.7.0
Expand All @@ -43,7 +46,7 @@ requirements:
- diamond >=2.0.15
- eggnog-mapper >=2.1.7
- matplotlib-base >=3.7.0
- seaborn-base >=0.13.0
- seaborn >=0.13.0
- scipy >=1.10.0
- scikit-learn >=1.3.0

Expand All @@ -62,7 +65,7 @@ about:
license: GPL-3.0-only
license_family: GPL3
license_file: LICENSE.txt
doc_url: "https://gempipe.readthedocs.io"
doc_url: "https://gempipe.readthedocs.io/"
dev_url: "https://github.com/lazzarigioele/gempipe"

extra:
Expand Down

0 comments on commit 08cfcdf

Please sign in to comment.