Skip to content

Commit f6f436f

Browse files
committed
Updated setup.py to specify scipy version 1.2 and Python 3.7
1 parent 08a1d36 commit f6f436f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="fings",
8-
version="1.7.1",
8+
version="1.7.2",
99
author="Christopher Wardell",
1010
author_email="github@cpwardell.com",
1111
description="Filters for Next Generation Sequencing",
@@ -17,7 +17,7 @@
1717
install_requires=['pyvcf',
1818
'pysam',
1919
'numpy',
20-
'scipy',
20+
'scipy==1.2',
2121
'pandas',
2222
'joblib',
2323
'seaborn',
@@ -33,5 +33,5 @@
3333
"License :: OSI Approved :: Apache Software License",
3434
"Operating System :: OS Independent",
3535
],
36-
python_requires='>=3.6',
36+
python_requires='==3.7',
3737
)

0 commit comments

Comments
 (0)