Adjusted dependency

This commit is contained in:
Mr Finchum 2025-02-01 18:40:12 +01:00
parent d9c93ae78c
commit 9be60169c6

View file

@ -11,7 +11,7 @@ readme = "pip_README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
"optima35>=1.0.0, <2.0.0", "optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.4.0, <1.0.0", "PyPiUpdater>=0.5.0, <1.0.0",
"pyside6", "pyside6",
"PyYAML", "PyYAML",
] ]