diff --git a/recipes/quantms-utils/meta.yaml b/recipes/quantms-utils/meta.yaml index 0c0457e61496a..5cd911b25e558 100644 --- a/recipes/quantms-utils/meta.yaml +++ b/recipes/quantms-utils/meta.yaml @@ -1,5 +1,5 @@ {% set name = "quantms-utils" %} -{% set version = "0.0.11" %} +{% set version = "0.0.12" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/quantms_utils-{{ version }}.tar.gz - sha256: f1205db7526f09d36606288782363b352546a100b4763c16d988d7cdb45bf26f + sha256: 99ecf7e68acad272749040b231701018aaa76c391ceb234eaefd6f6842c2a4e6 build: entry_points: @@ -15,18 +15,20 @@ build: noarch: python run_exports: - {{ pin_subpackage('quantms-utils', max_pin="x.x") }} - script: "{{ PYTHON }} -m pip install . --no-deps -vvv" + script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" number: 0 requirements: host: - - python >=3.8,<4.0 + - python >=3.8 - pip + - poetry-core + - setuptools run: - python >=3.7.0,<4.0.0 - click >=7.0 - pydantic >=1.10,<2 - - sdrf-pipelines >=0.0.29 + - sdrf-pipelines >=0.0.31 - pyopenms >=2.9.1 - ms2rescore ==3.0.3 - psm-utils ==0.8.2 @@ -37,21 +39,24 @@ requirements: - scipy ==1.13.1 - scikit-learn - deeplcretrainer + - protobuf >=3.9.2 + - pyarrow + - pygam test: imports: - quantmsutils commands: - quantmsutilsc --help - requires: - - pip about: - home: https://www.github.com/bigbio/quantms-utils - summary: Python package with scripts and helpers for the quantms workflow + home: "https://www.github.com/bigbio/quantms-utils" + summary: "Python package with scripts and helpers for the quantms workflow." license: MIT + license_family: MIT license_file: LICENSE - dev_url: https://www.github.com/bigbio/quantms-utils + dev_url: "https://www.github.com/bigbio/quantms-utils" + doc_url: "https://quantms.org/home" extra: recipe-maintainers: