From 681a53bfe13e2ff33826a66fc24d929d4cf4701d Mon Sep 17 00:00:00 2001 From: gpanouts Date: Thu, 26 Oct 2023 13:51:42 +0300 Subject: [PATCH] Fix PyVCF3 requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 611a32a..ac41669 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ here = path.abspath(path.dirname(__file__)) installation_requirements = [ "requests>=2.0.0, <3.0.0", - "PyVCF3>=1.0.0", + "PyVCF3>=1.0.1", "jsonmodels>=2.2", ] if sys.version_info < (3, 4):