Skip to content

Commit 462bab8

Browse files
authored
Merge pull request #195 from deeptools/joachimwolff-patch-3
Update environment.yml
2 parents 0b6b424 + 9698b49 commit 462bab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ dependencies:
99
- numpy >=1.16
1010
- matplotlib =3.1.1
1111
- intervaltree >=2.1.0
12-
- pybigwig >=0.3.4
12+
- pybigwig >=0.3.16
1313
- future >=0.17.0
14-
- hicmatrix >=9
14+
- hicmatrix >=12
1515
- pysam >=0.14
1616
- pytest
1717
- gffutils >=0.9

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def checkProgramIsInstalled(self, program, args, where_to_download,
9696
install_requires_py = ["numpy >=1.16",
9797
"matplotlib ==3.1.1",
9898
"intervaltree >=2.1.0",
99-
"pyBigWig >=0.3.4",
99+
"pyBigWig >=0.3.16",
100100
"future >=0.17.0",
101-
"hicmatrix >=9",
101+
"hicmatrix >=12",
102102
"pysam >=0.14",
103103
"pytest",
104104
"gffutils >=0.9",

0 commit comments

Comments
 (0)