From a192d8cc76232c1c157251b94e9911e72dd62657 Mon Sep 17 00:00:00 2001 From: JeremyWesthead <67918949+JeremyWesthead@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:25:01 +0100 Subject: [PATCH] fix: gumpy 1.3.6 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index f2a4dda..7b56d60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gnomonicus -version = 2.6.10 +version = 2.6.11 author = Philip W Fowler, Jeremy Westhead author_email = philip.fowler@ndm.ox.ac.uk description = Python code to integrate results of tb-pipeline and provide an antibiogram, mutations and variants @@ -16,7 +16,7 @@ package_dir = packages = find: python_requires = >=3.10 install_requires = - gumpy>=1.3.5 + gumpy>=1.3.6 piezo>=0.8.4 vcf_subset>=1.1.2 numpy