Skip to content

Commit

Permalink
pyGenomeTracks update of dependencies (#12279)
Browse files Browse the repository at this point in the history
* Update pyGenomeTracks recipe to enable py3 support and updating outdated dependecy list

* Increase build number

* Update meta.yaml

* Exclude Python 3.5
  • Loading branch information
joachimwolff committed Nov 22, 2018
1 parent b4eef1c commit e3ceb27
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions recipes/pygenometracks/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@ source:
sha256: ee998574c74d5176039eea35da8ab7f71d05c61e7a75421905d59a3336d301d7

build:
number: 0
number: 1
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
skip: True # [py3k]
skip: True # [py35]

requirements:
host:
- python
- setuptools
- numpy 1.13.*
- matplotlib 2.1.*
- numpy >=1.15
- matplotlib
- intervaltree >=2.1.0
- pybigwig >=0.3.4
- pytest
- configparser >=3.5.0 # [py2k]
- future >=0.16.0
- hicexplorer >=2.1.4
- hicmatrix >=5
- pysam
run:
- python
- numpy 1.13.*
- matplotlib 2.1.*
- numpy >=1.15
- matplotlib
- intervaltree >=2.1.0
- pybigwig >=0.3.4
- pytest
- configparser >=3.5.0 # [py2k]
- future >=0.16.0
- hicexplorer >=2.1.4
- future >=0.17.0
- hicmatrix >=5
- pysam

test:
imports:
Expand Down

0 comments on commit e3ceb27

Please sign in to comment.