From a5390fe3c191a7b319e7698819e0b892415d8ee6 Mon Sep 17 00:00:00 2001 From: Vincent Adam Date: Sat, 20 Apr 2024 18:27:13 +0200 Subject: [PATCH] markers weird py3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04569eb..2480d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ build = "build.py" cmake = ">=3.18.0,<3.19.0" importlib-metadata = ">=4.4,<5.0" numpy = ">=1.18.0,<2.0.0" -python = ">=3.7,<3.12" +python = ">=3.8,<3.12" tensorflow = [ { version = ">=2.4.0,<2.5.0", markers = "python_version >= '3.7' and python_version < '3.8'" },