From b0fddf29720c7d62ba7e2a75b684a7aefe2e01af Mon Sep 17 00:00:00 2001 From: matrulda Date: Fri, 20 Oct 2023 10:53:40 +0200 Subject: [PATCH 1/4] Update requirements in checkqc recipe --- 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..082e038914d11 100644 --- a/recipes/checkqc/meta.yaml +++ b/recipes/checkqc/meta.yaml @@ -22,16 +22,14 @@ build: requirements: host: - pip - - python >=3.6 + - python <3.11 run: - - click - - illumina-interop >=1.2.3 - - python >=3.6 - - pyyaml >=3.12 - - sample-sheet >=0.13.0 - - tornado - - xmltodict - + - click ~=8.1.1 + - PyYAML ~=6.0 + - interop ~=1.2.4 + - xmltodict ~=0.13.0 + - tornado ~=6.3.2 + - sample_sheet ~=0.13.0 test: imports: - checkQC From 68577cfbc0f9eaac25976e540987acebda721b4f Mon Sep 17 00:00:00 2001 From: matrulda Date: Fri, 20 Oct 2023 11:08:06 +0200 Subject: [PATCH 2/4] checkqc: Bump build number --- recipes/checkqc/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/checkqc/meta.yaml b/recipes/checkqc/meta.yaml index 082e038914d11..3e038b2f35c00 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 From fc1d380bb86465aa4b6f2305a1123f99e6b078f3 Mon Sep 17 00:00:00 2001 From: Thanh Lee Date: Tue, 24 Oct 2023 10:53:44 +0100 Subject: [PATCH 3/4] Update meta.yaml --- recipes/checkqc/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/checkqc/meta.yaml b/recipes/checkqc/meta.yaml index 3e038b2f35c00..069ca305d87b4 100644 --- a/recipes/checkqc/meta.yaml +++ b/recipes/checkqc/meta.yaml @@ -22,14 +22,14 @@ build: requirements: host: - pip - - python <3.11 + - python >=3.6,<3.11 run: - - click ~=8.1.1 - - PyYAML ~=6.0 - - interop ~=1.2.4 - - xmltodict ~=0.13.0 - - tornado ~=6.3.2 - - sample_sheet ~=0.13.0 + - click >=8.1.1 + - PyYAML >=6.0 + - interop >=1.2.4 + - xmltodict >=0.13.0 + - tornado >=6.3.2 + - sample_sheet >=0.13.0 test: imports: - checkQC From 64a38519fe05622669c697ed32d3d3b43afeffee Mon Sep 17 00:00:00 2001 From: Thanh Lee Date: Tue, 24 Oct 2023 11:40:23 +0100 Subject: [PATCH 4/4] Update meta.yaml --- recipes/checkqc/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/checkqc/meta.yaml b/recipes/checkqc/meta.yaml index 069ca305d87b4..4192646a5e34c 100644 --- a/recipes/checkqc/meta.yaml +++ b/recipes/checkqc/meta.yaml @@ -26,10 +26,10 @@ requirements: run: - click >=8.1.1 - PyYAML >=6.0 - - interop >=1.2.4 + - illumina-interop >=1.2.4 - xmltodict >=0.13.0 - tornado >=6.3.2 - - sample_sheet >=0.13.0 + - sample-sheet >=0.13.0 test: imports: - checkQC