-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathmeta.yaml
More file actions
52 lines (45 loc) · 1.14 KB
/
meta.yaml
File metadata and controls
52 lines (45 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{% set name = "spec2vec" %}
{% set version = "0.9.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/spec2vec-{{ version }}.tar.gz
sha256: ddf69abd6d9585841ba5f480f3fc04170dcc11d8905359c5cff269c1db8772f1
build:
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 0
run_exports:
- {{ pin_subpackage('spec2vec', max_pin="x.x") }}
requirements:
host:
- python >=3.10,<3.14
- poetry-core
- pip
run:
- python >=3.10,<3.14
- gensim >=4.2.0
- matchms >=0.27.0
- numba >=0.51
- numpy
- fuzzytm
- scipy <=1.10.1
- tqdm
test:
imports:
- spec2vec
about:
home: "https://github.com/iomega/spec2vec"
summary: "Word2Vec based similarity measure of mass spectrometry data."
license: "Apache-2.0"
license_family: APACHE
license_file: LICENSE
dev_url: "https://github.com/iomega/spec2vec"
doc_url: "https://spec2vec.readthedocs.io/en/latest"
extra:
recipe-maintainers:
- bgruening
- hechth
identifiers:
- doi:10.1371/journal.pcbi.1008724