From 78ea6f87550671939ccf26c0e5639021c3f7dc0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?unde=C6=92ined?= Date: Sun, 18 Aug 2024 03:16:43 +0200 Subject: [PATCH] CHANGE: Allowed python version has been downgraded to 3.10.0 (from 3.12.2) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26225e6..0eec0ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] @@ -8,7 +8,7 @@ include = ["models*", "modules*"] [project] name = "Deep-Live-Cam" version = "1.0.0" -requires-python = ">=3.12.2" +requires-python = ">=3.10.0" authors = [ { name = "hacksider" }, { name = "Thepathakarpit" },