diff --git a/recipes/sourcepredict/meta.yaml b/recipes/sourcepredict/meta.yaml index a4ce14bbeed4e..7ff49466c2665 100644 --- a/recipes/sourcepredict/meta.yaml +++ b/recipes/sourcepredict/meta.yaml @@ -1,5 +1,5 @@ {% set name = "sourcepredict" %} -{% set version = "0.5" %} +{% set version = "0.5.1" %} package: name: {{ name|lower }} @@ -7,22 +7,25 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sourcepredict-{{ version }}.tar.gz - sha256: d6eb89492b266c33fdf61121de849fdcdc1bdcd692227f559c63f74a9059d3ad + sha256: 6e3e5a418e73f55e6a518e53d5f28838bcdad6307e481d755ad907d2a76b74c9 build: entry_points: - sourcepredict= sourcepredict.__main__:main noarch: python - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv number: 0 + run_exports: + - {{ pin_subpackage('sourcepredict', max_pin="x.x") }} requirements: host: - python >=3.6 - pip + - setuptools run: - python >=3.6 - - numpy <1.24.0 + - numpy >=1.16.4 - pandas >=0.24.1 - scikit-learn >=0.20.1 - scikit-bio >=0.5.5 @@ -34,15 +37,15 @@ test: imports: - sourcepredict commands: - - pip check - sourcepredict --help - requires: - - pip about: home: https://github.com/maxibor/sourcepredict - summary: Classification and prediction of the origin of metagenomic samples + summary: "Classification and prediction of the origin of metagenomic samples." license: GPL-3.0-or-later + license_family: GPL3 + license_file: LICENSE + dev_url: https://github.com/maxibor/sourcepredict extra: recipe-maintainers: