Preserve/current gui

This commit is contained in:
Mr Finchum 2025-01-03 16:26:17 +00:00
parent daf893ad6f
commit 683c494bcb
4 changed files with 48 additions and 51 deletions

View file

@ -9,7 +9,7 @@ authors = [{ name = "Mr. Finchum" }]
description = "User interface for OPTIMA35."
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["optima35", "pyside6"]
dependencies = ["optima35==0.6.4", "pyside6", "PyYAML"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",