diff --git a/pyproject.toml b/pyproject.toml index 245c578..b2796d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.5", "pyside6", "PyYAML", "packaging"] +dependencies = ["optima35>=0.6.6", "pyside6", "PyYAML", "packaging"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",