diff --git a/recipes/breakfast/meta.yaml b/recipes/breakfast/meta.yaml index cf7699d277b38..ae6d83de4c28e 100644 --- a/recipes/breakfast/meta.yaml +++ b/recipes/breakfast/meta.yaml @@ -1,5 +1,5 @@ {% set name = "breakfast" %} -{% set version = "0.4.3" %} +{% set version = "0.4.5" %} package: name: {{ name|lower }} @@ -7,43 +7,44 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/breakfast-{{ version }}.tar.gz - sha256: a241e0d4891c62635f1b99559271fb4b7777ffa60ef67e25be579d6750c01b9c + sha256: 5dd370d4d6d92d7b161acc5356b3b6c7f454d9c0665a8abac38e5f6c012d3eee build: entry_points: - breakfast = breakfast.console:main + run_exports: + - {{ pin_subpackage('breakfast', max_pin="x.x") }} noarch: python - script: {{ PYTHON }} -m pip install . -vv + script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv number: 0 requirements: host: - pip - - poetry - - python >=3.6,<3.11 + - poetry-core + - python >=3.11,<3.13 run: - - click >=8.1.3,<9.0.0 - - networkx >=2.8,<3.0 - - numpy >=1.22.3,<2.0.0 - - pandas >=1.4.2,<2.0.0 + - click >=8.1.7,<9.0.0 + - networkx >=3.4.2,<4.0.0 + - numpy >=2.1.3,<3.0.0 + - pandas >=2.2.3,<3.0.0 - python >=3.9,<3.11 - - scikit-learn >=1.0.2,<2.0.0 - - scipy >=1.8.0,<2.0.0 + - scikit-learn >=1.5.2,<2.0.0 + - scipy >=1.14.1,<2.0.0 test: imports: - breakfast commands: - - pip check - breakfast --help - requires: - - pip about: home: https://github.com/rki-mf1/breakfast - summary: 'breakfast: fast putative outbreak cluster and infection chain detection using SNPs' + summary: 'breakfast: fast putative outbreak cluster and infection chain detection using SNPs.' license: MIT + license_family: MIT license_file: LICENSE + dev_url: https://github.com/rki-mf1/breakfast extra: recipe-maintainers: