From 25af1e54c63f287e65163618611922159c77edd9 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 18 Jun 2024 13:28:11 +0100 Subject: [PATCH] deps: limit pyopengl-accelerate to py<3.12 It does not currently build/install on py3.12: https://github.com/mcfletch/pyopengl/issues/118 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2b4b11ea..3f3f44bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -97,7 +97,7 @@ vispy-common = vispy>=0.13.0 scipy pyopengl - PyOpenGL-accelerate + PyOpenGL-accelerate; python_version<"3.12" vispy-qt5 = pyNeuroML[vispy-common]