Skip to content

Commit

Permalink
tides-ml: Update dependencies.yaml (#49304)
Browse files Browse the repository at this point in the history
* Update meta.yaml

Updated dependencies' version requirements

* bump build num

* update dependencies according to README

* use seaborn-base

---------

Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 445b837 commit e03a132
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions recipes/tides-ml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ build:
entry_points:
- tides = tides.tides:main
noarch: python
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
number: 0
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 1
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
host:
- python >=3.7,<=3.11
- pip
run:
- python >=3.7,<=3.11
- biopython =1.79
- ete3 =3.1.2
- optuna =3.1
- pandas =2.0
- seaborn =0.12.2
- scikit-learn =1.5.0
- diamond =2.1
- cd-hit =4.8
- barrnap =0.9
- kraken2 =2.1
- biopython ==1.79
- ete3 >=3.1.2
- optuna >=3.1.1
- pandas ==2.1.1
- seaborn-base >=0.12.2
- scikit-learn >=1.5.0
- diamond >=2.1.3
- cd-hit >=4.8.1
- barrnap >=0.9
- kraken2 >=2.1.0

test:
imports:
Expand All @@ -47,10 +47,11 @@ test:

about:
home: https://github.com/xxmalcala/TIdeS
summary: Tool for ORF-calling and ORF-classification using ML approaches
summary: "Tool for ORF-calling and ORF-classification using ML approaches."
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/xxmalcala/TIdeS

extra:
recipe-maintainers:
Expand Down

0 comments on commit e03a132

Please sign in to comment.