diff --git a/misc/requirements.in b/misc/requirements.in index f669542bf..af17172f5 100644 --- a/misc/requirements.in +++ b/misc/requirements.in @@ -2,7 +2,7 @@ build installer setuptools-scm requests < 3.0 -PySide6-Essentials >= 6.8.1, < 6.9.2 +PySide6-Essentials >= 6.8.1 QtAwesome legendary-gl @ https://github.com/RareDevs/legendary/archive/refs/tags/rare-1.12.0.zip orjson diff --git a/pyproject.toml b/pyproject.toml index 097eee6d4..fdacfb63f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ requires-python = ">= 3.10" dependencies = [ "requests < 3.0", - "PySide6-Essentials >= 6.8.1, < 6.9.2", + "PySide6-Essentials >= 6.8.1", "QtAwesome", "legendary-gl @ https://github.com/RareDevs/legendary/archive/refs/tags/rare-1.12.0.zip", "orjson",