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

Updated Spec2Vec recipe with new matchms limits #49984

Closed
wants to merge 12 commits into from
17 changes: 8 additions & 9 deletions recipes/spec2vec/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,19 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
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
- numba >=0.51
- numpy
- fuzzytm
- python >=3.10
- gensim >=4.3.3
- matchms >=0.26.4
- tqdm

test:
Expand All @@ -43,5 +42,5 @@ about:

extra:
recipe-maintainers:
- bgruening
- hechth
- bgruening
Loading