Skip to content

Commit

Permalink
updated meta.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Apr 27, 2022
1 parent 56f9cb7 commit c05ed29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "MSMetaEnhancer" %}
{% set version = "0.1.0" %}
{% set version = "0.2.2" %}

package:
name: {{ name|lower }}
Expand All @@ -19,7 +19,7 @@ requirements:
- pip
run:
- python >=3.7,<3.9
- matchms >=0.9.2
- matchms >=0.14.0
- pandas
- scipy
- requests
Expand All @@ -43,4 +43,5 @@ about:

extra:
recipe-maintainers:
- xtrojak, martenson
- xtrojak
- hechth

0 comments on commit c05ed29

Please sign in to comment.