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

pyGenomeTracks update of dependencies #12279

Merged
merged 4 commits into from
Nov 22, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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