Skip to content

Commit

Permalink
Pgt3.3 dep (#21067)
Browse files Browse the repository at this point in the history
* updated dependencies of pgt3.3

* fix matplotlib

* matplotlib → matplotlib-base

See #19996

Co-authored-by: Marcel Martin <[email protected]>
  • Loading branch information
lldelisle and marcelm authored Mar 24, 2020
1 parent add7930 commit 98abc94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/pygenometracks/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 32562129041755beb32be3d3ce37763c85ee5cfa8da6d0a9d5bc95df6489cd46

build:
number: 0
number: 1
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
noarch: python

Expand All @@ -21,13 +21,14 @@ requirements:
run:
- python >=3.6
- numpy >=1.16
- matplotlib >=3.0
- matplotlib-base =3.1.1
- intervaltree >=2.1.0
- pybigwig >=0.3.4
- pybigwig >=0.3.16
- future >=0.17.0
- hicmatrix >=9
- hicmatrix >=12
- pysam >=0.14
- gffutils >=0.9
- tqdm >=4.20

test:
imports:
Expand Down

0 comments on commit 98abc94

Please sign in to comment.