Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEXSeq - resolve HTSeq/numpy depenency version mismatch #12468

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions recipes/bioconductor-dexseq/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:

build:
noarch: python
number: 2
number: 3
rpaths:
- lib/R/lib/
- lib/
Expand Down Expand Up @@ -60,7 +60,8 @@ requirements:
- r-statmod
- r-stringr
- python <3
- 'htseq >=0.6.1,<0.10.0' # dexseq_count.py performes an overly simplistic version check
- 'htseq 0.9.1' # should be >= 0.6.1, but dexseq_count.py performes an overly simplistic version check
- numpy 1.9.3 # Not necessary, but older versions of HTSEeq don't have numpy properly pinned

test:
commands:
Expand Down