From 52a05561ab52b419d6751d4c03f2bc2df1f443b4 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Tue, 28 Jan 2025 15:03:02 +0100 Subject: [PATCH] Cleaned dependencies. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efc05de..621979c 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>=1.0.0", "pyside6", "PyYAML", "packaging"] +dependencies = ["optima35>=1.0.0, <2.0.0", "pyside6", "PyYAML"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",