From 740be74408f94ad4ba133474b00bef7dcefa767d Mon Sep 17 00:00:00 2001 From: farchaab Date: Thu, 17 Oct 2024 12:56:48 +0200 Subject: [PATCH] updated recipe --- recipes/assembly_finder/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/assembly_finder/meta.yaml b/recipes/assembly_finder/meta.yaml index af993fa78011c..280e9327cfdac 100644 --- a/recipes/assembly_finder/meta.yaml +++ b/recipes/assembly_finder/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 0c6542253464b8ba406aeddc630f5625db74a5e1e07911534be3add0500a1f02 build: - number: 0 + number: 1 noarch: python entry_points: - assembly_finder=assembly_finder.__main__:main @@ -20,17 +20,17 @@ build: requirements: host: - - python >=3.10 + - python >=3.11 - pip + - setuptools run: - - python >=3.10 - - mamba >=1.5.8 + - python >=3.11 - snakemake-minimal >=8.0.0 - snaketool-utils >=0.0.5 - attrmap >=0.0.7 - - pyyaml >=6.0 + - pyyaml >=6.0.1 - pandas >=2.2.1 - - rich-click >=1.7.4 + - rich-click >=1.8.3 test: commands: