From 663ad483ecbab67fa1ae828b1266cbd6e1fa2d56 Mon Sep 17 00:00:00 2001 From: Erin Young Date: Fri, 29 Dec 2023 19:41:12 +0000 Subject: [PATCH] bumped version --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 4758251..ce9bc1b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='amplicon_coverage_inspector', - version='1.0.20231222', + version='1.2.20231229', author='Erin Young', author_email='eriny@utah.gov', url="https://github.com/erinyoung/ACI", @@ -27,12 +27,12 @@ "coverage", "visualization", ], - python_requires=">=3.7, <4", + python_requires=">=3.8, <4", install_requires=[ - "pandas>=2.1.4", - "pysam>=0.22.0", - "matplotlib>=3.8.2", - "numpy>=1.26.2", + "pandas", + "pysam", + "matplotlib", + "numpy", ], entry_points={ 'console_scripts': [