Skip to content

Commit

Permalink
Merge pull request #16 from bruceoutdoors/patch-1
Browse files Browse the repository at this point in the history
Add python 3.8 compatibility
  • Loading branch information
wkopp committed Mar 27, 2021
2 parents 655275d + a9f6b3f commit 1896aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def _read(*names, **kwargs):
'h5py',
'pybedtools',
'pydot',
'pysam<=0.15.3',
'pysam<0.16,!=0.15.3',
'pyBigWig',
'progress',
'matplotlib',
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deps =
tensorflow==2.2.0
pyBigWig
pybedtools
pysam<=0.15.3
pysam<0.16,!=0.15.3
urllib3
matplotlib
seaborn
Expand Down Expand Up @@ -71,7 +71,7 @@ deps =
tensorflow==1.14.0
pyBigWig
pybedtools
pysam<=0.15.3
pysam<0.16,!=0.15.3
urllib3
matplotlib
seaborn
Expand Down

0 comments on commit 1896aba

Please sign in to comment.