From 9d4031de785eddbec9d574880afb6af00ee67936 Mon Sep 17 00:00:00 2001 From: Mihai Lefter Date: Tue, 30 Jan 2024 09:28:40 +0100 Subject: [PATCH] Update dependencies - fix for mutalyzer/mutalyzer#90 - chapmanb/bcbb#138 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 82e34e2..5029074 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,8 +19,8 @@ classifiers = [options] packages = find: install_requires = - biopython>=1.78,<=1.81 - bcbio-gff>=0.7.0 + biopython>=1.81 + bcbio-gff>=0.7.1 requests>=2.26.0 schema>=0.7.4 tests_require =