updated dependencies for python3.14 support
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "cpu_governor_auto_adjust"
|
name = "cpu_governor_auto_adjust"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
description = "CPU Governor Auto Adjust based on Roon Activity and System Load"
|
description = "CPU Governor Auto Adjust based on Roon Activity and System Load"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
|
{ name = "Martin Reurekas", email = "martin@semrks.nl" }
|
||||||
@@ -10,7 +10,7 @@ readme = "README.md"
|
|||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"xmltodict~=0.14",
|
"xmltodict~=0.14",
|
||||||
"lxml~=5.3",
|
"lxml>=5.3,<7",
|
||||||
"roonapi~=0.1",
|
"roonapi~=0.1",
|
||||||
"cpufreq~=0.3"
|
"cpufreq~=0.3"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user