From 7d140c8d8296c203e5dbe04eacb850977bc0b2a0 Mon Sep 17 00:00:00 2001 From: "Pablo R. Mier" Date: Tue, 24 Sep 2024 13:42:39 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20a8509..16dd164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/MetExplore/miom/" include = ["LICENSE"] [tool.poetry.dependencies] -python = ">=3.7" +python = ">=3.9" numpy = "^1.26.0" mip = "^1.13.0" PICOS = {version = "^2.2.52", optional = true}