From d9e236d34102266d9cfebfffd6899f5f58e90593 Mon Sep 17 00:00:00 2001 From: John McGuigan Date: Thu, 24 Jun 2021 14:53:38 -0400 Subject: [PATCH] Update nump version requirement to make compatible with clarite --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6781ae7..6116672 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7.1,<3.10" -numpy = "1.18" +numpy = "^1.21" pandas = "^1.2" cyvcf2 = {version="^0.30", markers = "sys_platform != 'win32'"} sphinx = {version = "^3.2.1", optional = true}