From efc0107f82266547b0dff851b2ca339c0c824f5a Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:17:32 +0200 Subject: [PATCH] setup.py: Use greater than for legendary version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a20516ec..59cab27d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: requirements = [ "requests<3.0", - "legendary-gl==0.20.33", + "legendary-gl>=0.20.33", "setuptools", "wheel", "PyQt5",