From bda901e95693658da3fa8aa2a5731771d34cbffd Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 23 May 2024 12:01:48 +0100 Subject: [PATCH] Add glfw to dependencies to have as a fallback if Qt is not present --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 112da80..2ce1627 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ install_requires = matplotlib vispy>=0.9.1 importlib_metadata>=3.6; python_version<'3.10' + glfw python_requires = >=3.8 [options.entry_points]