Skip to content

Commit

Permalink
Update meta.yaml for spec2vec (#49857)
Browse files Browse the repository at this point in the history
* Update meta.yaml for spec2vec

* Update meta.yaml

* Add run_exports

---------

Co-authored-by: mencian <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 9e26ba1 commit 73b7059
Showing 1 changed file with 16 additions and 12 deletions.
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

0 comments on commit 73b7059

Please sign in to comment.