Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge authored Aug 6, 2024
1 parent 7ede66b commit c9317fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "spec2vec" %}
{% set version = "0.8.0" %}
{% set version = "0.8.1" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -37,12 +37,12 @@ requirements:
- setuptools
run:
- gensim >=4.2.0
- matchms >=0.14.0
- matchms >=0.14.0, <=0.26.4
- numba >=0.51
- numpy
- pip
- python >=3.7
- scipy
- scipy <=1.10.1
- tqdm

test:
Expand Down

0 comments on commit c9317fd

Please sign in to comment.