Prepering compatibility for optima35 release

This commit is contained in:
Mr Finchum 2025-01-27 19:02:54 +01:00
parent 2a5efcd88c
commit c81644201f
3 changed files with 15 additions and 11 deletions

View file

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