From f38c32332d5ffcb6a7c67046a381606a2947643a Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:49:20 -0400 Subject: [PATCH] Update ms2deepscore to 2.2.0 (#51452) * Update ms2deepscore to 2.2.0 * add setuptools to host --------- Co-authored-by: mencian --- recipes/ms2deepscore/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/ms2deepscore/meta.yaml b/recipes/ms2deepscore/meta.yaml index af3102cc3571f..4aebeeddd48cc 100644 --- a/recipes/ms2deepscore/meta.yaml +++ b/recipes/ms2deepscore/meta.yaml @@ -1,6 +1,6 @@ {% set name = "ms2deepscore" %} -{% set version = "2.1.0" %} -{% set sha256 = "ba844b923a6e1fb61c8dc24c8ea507ed5e502a81e8f675710ba76574498e5c9c" %} +{% set version = "2.2.0" %} +{% set sha256 = "c4f6458b88cf8ea95e4ec4b7b7872d0f4dc9c9f7e8c5538c8ff2e59c78b8bb15" %} package: name: {{ name|lower }} @@ -21,6 +21,7 @@ requirements: host: - python >=3.9 - pip + - setuptools run: - python >=3.9 - matchms >=0.18.0