From 2c0cf3be6770a35ab04850d72fd714261b9cef40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20=C3=85slin?= Date: Tue, 24 Oct 2023 14:42:29 +0200 Subject: [PATCH] Update checkqc recipe (#43787) * Update requirements in checkqc recipe * checkqc: Bump build number * Update meta.yaml * Update meta.yaml --------- Co-authored-by: Thanh Lee --- recipes/checkqc/meta.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/recipes/checkqc/meta.yaml b/recipes/checkqc/meta.yaml index fc9fb550cbfc4..4192646a5e34c 100644 --- a/recipes/checkqc/meta.yaml +++ b/recipes/checkqc/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 3aeb234d64aede3377f33b7573eb4719d7c665d68985e8713b16159a1be87988 build: - number: 0 + number: 1 noarch: python entry_points: - checkqc = checkQC.app:start @@ -22,16 +22,14 @@ build: requirements: host: - pip - - python >=3.6 + - python >=3.6,<3.11 run: - - click - - illumina-interop >=1.2.3 - - python >=3.6 - - pyyaml >=3.12 + - click >=8.1.1 + - PyYAML >=6.0 + - illumina-interop >=1.2.4 + - xmltodict >=0.13.0 + - tornado >=6.3.2 - sample-sheet >=0.13.0 - - tornado - - xmltodict - test: imports: - checkQC