CHANGE: Allowed python version has been downgraded to 3.10.0 (from 3.12.2)
parent
7489003a50
commit
78ea6f8755
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0"]
|
requires = ["setuptools"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
|
@ -8,7 +8,7 @@ include = ["models*", "modules*"]
|
||||||
[project]
|
[project]
|
||||||
name = "Deep-Live-Cam"
|
name = "Deep-Live-Cam"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
requires-python = ">=3.12.2"
|
requires-python = ">=3.10.0"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "hacksider" },
|
{ name = "hacksider" },
|
||||||
{ name = "Thepathakarpit" },
|
{ name = "Thepathakarpit" },
|
||||||
|
|
Loading…
Reference in New Issue