From e03a132b0c2a5137a7ee6f845f4f4ff80a70eb7e Mon Sep 17 00:00:00 2001 From: xxmalcala <86986240+xxmalcala@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:12:07 -0600 Subject: [PATCH] tides-ml: Update dependencies.yaml (#49304) * Update meta.yaml Updated dependencies' version requirements * bump build num * update dependencies according to README * use seaborn-base --------- Co-authored-by: Cornelius Roemer Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com> --- recipes/tides-ml/meta.yaml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/recipes/tides-ml/meta.yaml b/recipes/tides-ml/meta.yaml index dcb55a46afbe0..fb3f66a5b43af 100644 --- a/recipes/tides-ml/meta.yaml +++ b/recipes/tides-ml/meta.yaml @@ -13,10 +13,10 @@ 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: @@ -24,16 +24,16 @@ requirements: - 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: @@ -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: