diff --git a/recipes/gempipe/meta.yaml b/recipes/gempipe/meta.yaml index af1cdf9c4c906..986fcbbf46404 100755 --- a/recipes/gempipe/meta.yaml +++ b/recipes/gempipe/meta.yaml @@ -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: @@ -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 @@ -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: @@ -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 -