From c05ed29c62869ef50f079a7b471a568b8e7ce800 Mon Sep 17 00:00:00 2001 From: hechth Date: Wed, 27 Apr 2022 17:23:44 +0200 Subject: [PATCH] updated meta.yaml file --- conda/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index f1d2fae..5c2c561 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "MSMetaEnhancer" %} -{% set version = "0.1.0" %} +{% set version = "0.2.2" %} package: name: {{ name|lower }} @@ -19,7 +19,7 @@ requirements: - pip run: - python >=3.7,<3.9 - - matchms >=0.9.2 + - matchms >=0.14.0 - pandas - scipy - requests @@ -43,4 +43,5 @@ about: extra: recipe-maintainers: - - xtrojak, martenson \ No newline at end of file + - xtrojak + - hechth \ No newline at end of file