Skip to content

Commit

Permalink
Update checkqc recipe (#43787)
Browse files Browse the repository at this point in the history
* Update requirements in checkqc recipe

* checkqc: Bump build number

* Update meta.yaml

* Update meta.yaml

---------

Co-authored-by: Thanh Lee <[email protected]>
  • Loading branch information
matrulda and thanhleviet authored Oct 24, 2023
1 parent 5356147 commit 2c0cf3b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions recipes/checkqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 3aeb234d64aede3377f33b7573eb4719d7c665d68985e8713b16159a1be87988

build:
number: 0
number: 1
noarch: python
entry_points:
- checkqc = checkQC.app:start
Expand All @@ -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
Expand Down

0 comments on commit 2c0cf3b

Please sign in to comment.