Skip to content

Commit

Permalink
Update gempipe to 1.37.0 (#51600)
Browse files Browse the repository at this point in the history
* Update gempipe to 1.37.0

* Update dependencies

* add name variable

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 23, 2024
1 parent 9fc0939 commit 57cdf26
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions recipes/gempipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
{% set version = "1.36.0" %}
{% set name = "gempipe" %}
{% set version = "1.37.0" %}

package:
name: "gempipe"
name: {{ name }}
version: {{ version }}


source:
url: https://github.com/lazzarigioele/gempipe/archive/v{{ version }}.tar.gz
sha256: e7585c905346be95d9018083928d00a5a44e8f6a4c3f8049e5de873bafdf8926

url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gempipe-{{ version }}.tar.gz
sha256: 76b9f005394ee36b7e886fc6417ead37a378563a65c80f653b1c31ea816bbd4a

build:
number: 0
noarch: python
script:
- {{ PYTHON }} -m pip install . -vv --no-deps
- {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
entry_points:
- gempipe = gempipe:main
run_exports:
Expand All @@ -25,9 +24,7 @@ requirements:
host:
- python >=3.9
- pip
- poetry >=1.7.1
- poetry-core >=1.8.1
- ipython >=8.7.0
- poetry-core >=1.0.0
run:
- python >=3.9
- ipython >=8.7.0
Expand All @@ -46,9 +43,9 @@ requirements:
- diamond >=2.0.15
- eggnog-mapper >=2.1.7
- matplotlib-base >=3.7.0
- seaborn >=0.13.0


- seaborn-base >=0.13.0
- scipy >=1.10.0
- scikit-learn >=1.3.0

test:
imports:
Expand All @@ -59,17 +56,15 @@ test:
- gempipe derive --help
- gempipe autopilot --help


about:
home: "https://github.com/lazzarigioele/gempipe"
summary: 'gempipe is a tool for the reconstruction of strain-specific genome-scale metabolic models.'
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:
recipe-maintainers:
- lazzarigioele

0 comments on commit 57cdf26

Please sign in to comment.