Skip to content

Commit

Permalink
Add run_exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 3, 2024
1 parent 1ea754d commit 14f0627
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions recipes/spec2vec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
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:
Expand All @@ -21,7 +23,7 @@ requirements:
run:
- python >=3.7
- gensim >=4.2.0
- matchms >=0.14.0, <=0.26.4
- matchms >=0.14.0,<=0.26.4
- numba >=0.51
- numpy
- fuzzytm
Expand All @@ -31,18 +33,19 @@ requirements:
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 14f0627

Please sign in to comment.