From 3fb643d40bff5179cbd5a4652493bce3adf76d13 Mon Sep 17 00:00:00 2001 From: pedrofale Date: Thu, 11 Jan 2024 15:33:52 +0100 Subject: [PATCH] Require Python >= 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48e479b..1a892d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" repository = "https://github.com/pedrofale/tumorevo" [tool.poetry.dependencies] -python = ">=3.7.1" +python = ">=3.8" pandas = "^1.3.2" numpy = "^1.21.2" pymuller = "^0.1.2"