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