Skip to content

Commit

Permalink
Fix missing cortexpy dependency upgrade (bioconda#11768)
Browse files Browse the repository at this point in the history
* Fix missing cortexpy dependency upgrade

* Bump build number
  • Loading branch information
winni2k authored and Dan Sun committed Nov 14, 2018
1 parent 70ca97d commit 9fd65b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/abeona/meta.yaml
Expand Up @@ -11,7 +11,7 @@ source:

build:
skip: true # [not py36]
number: 0
number: 1
entry_points:
- abeona=abeona.__main__:main
script: '$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv '
Expand All @@ -23,7 +23,7 @@ requirements:
run:
- mccortex ==1.0
- nextflow ==0.32.0
- cortexpy ==0.44.0
- cortexpy ==0.45.6
- kallisto ==0.44.0
- bwa
- pandas
Expand Down

0 comments on commit 9fd65b1

Please sign in to comment.