Skip to content

Commit

Permalink
Update ms2deepscore to 2.2.0 (#51452)
Browse files Browse the repository at this point in the history
* Update ms2deepscore to 2.2.0

* add setuptools to host

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 17, 2024
1 parent f087fe8 commit f38c323
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/ms2deepscore/meta.yaml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -21,6 +21,7 @@ requirements:
host:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
- matchms >=0.18.0
Expand Down

0 comments on commit f38c323

Please sign in to comment.