From 1927a9e0a419124b2589f14f72d685572c18d442 Mon Sep 17 00:00:00 2001 From: vivekbhr Date: Wed, 23 May 2018 00:25:49 +0200 Subject: [PATCH] all version requirements in sync now --- environment.yml | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index edccc70d..1f1d80e1 100644 --- a/environment.yml +++ b/environment.yml @@ -8,7 +8,8 @@ dependencies: - intervaltree >= 2.1.0 - pybigwig >= 0.3.7 - future >= 0.16.0 - - hicexplorer >= 2.0 + - hicexplorer >= 2.1.1 + - pysam >= 0.14 - pytest - pip: - "git+https://github.com/deeptools/pyGenomeTracks.git" diff --git a/setup.py b/setup.py index 09607ed1..96d63dda 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def checkProgramIsInstalled(self, program, args, where_to_download, install_requires_py = ["numpy >= 1.12.1", "matplotlib >= 2.0.0", "intervaltree >= 2.1.0", - "pyBigWig >=0.3.4", + "pyBigWig >=0.3.7", "future >= 0.16.0", "hicexplorer >= 2.1.1", "pysam>=0.14",