Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meta.yaml for spec2vec #49857

Merged
merged 4 commits into from
Oct 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 16 additions & 12 deletions recipes/spec2vec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,41 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
number: 1
run_exports:
- {{ pin_subpackage('spec2vec', max_pin="x.x") }}

requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- gensim >=4.0.0
- matchms >=0.11.0
- gensim >=4.2.0
- matchms >=0.14.0,<=0.26.4
- numba >=0.51
- numpy
- fuzzytm
- scipy <=1.10.1
- tqdm

test:
imports:
- spec2vec
commands:
- pip check
requires:
- pip

about:
home: https://github.com/iomega/spec2vec
summary: Word2Vec based similarity measure of mass spectrometry data.
license: Apache-2.0
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