Skip to content

Commit

Permalink
all version requirements in sync now
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbhr committed May 22, 2018
1 parent fc31581 commit 1927a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 1927a9e

Please sign in to comment.