removed python packages that cannot work on python 3.14

This commit is contained in:
xgui4
2026-05-03 23:35:15 -04:00
parent 36c05ce704
commit 33a671102e
3 changed files with 1 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ dependencies = [
"rich>=14.3.3",
"hatch<=1.16.5",
"Nuitka<=4.0.7",
"patchelf<=0.17.2.4; sys_platform == 'linux'",
"patchelf<=0.17.2.4; sys_platform == 'linux'"
]
[project.scripts]