Skip to content

Commit b1002a3

Browse files
author
Alexis Morrissey
committed
Conda issues
1 parent 6d04a8b commit b1002a3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Allo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import predictPeak
22
from . import allocation
33

4-
__version__ = '1.0.4'
4+
__version__ = '1.0.5'

setup.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
setup(
44
name='bio-allo',
5-
version='1.0.4',
5+
version='1.0.5',
66
author='Alexis Morrissey',
77
author_email='[email protected]',
88
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
)

0 commit comments

Comments
 (0)