File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11from . import predictPeak
22from . import allocation
33
4- __version__ = '1.0.4 '
4+ __version__ = '1.0.5 '
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'bio-allo' ,
5- version = '1.0.4 ' ,
5+ version = '1.0.5 ' ,
66 author = 'Alexis Morrissey' ,
7788 packages = ['Allo' ],
9- python_requires = '>=3.10, <3.11 ' ,
9+ python_requires = '>=3.8 ' ,
1010 scripts = ['Allo/allo' ],
11- url = 'https://github.com/seqcode/allo/archive/refs/tags/v1.0.4 .tar.gz' ,
11+ url = 'https://github.com/seqcode/allo/archive/refs/tags/v1.0.5 .tar.gz' ,
1212 license = 'LICENSE.txt' ,
1313 description = 'A multi-mapped read rescue strategy for ChIP-seq data' ,
1414 include_package_data = True ,
1515 install_requires = [
16- 'numpy == 1.23 ' ,
17- 'joblib >= 1.1.0 ' ,
18- 'tensorflow = = 2.11' ,
19- 'pysam == 0.20.0 '
16+ 'numpy' ,
17+ 'joblib' ,
18+ 'tensorflow > = 2.11' ,
19+ 'pysam'
2020 ]
2121)
You can’t perform that action at this time.
0 commit comments