From c20b4d2ed8fd2182de3448758271d325c3ec684f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Tue, 21 Nov 2023 21:36:18 +0100 Subject: [PATCH] Use a pyopencl compatible with Python 3.12 --- ci/requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements-pinned.txt b/ci/requirements-pinned.txt index 68c1279045..2e773216eb 100644 --- a/ci/requirements-pinned.txt +++ b/ci/requirements-pinned.txt @@ -8,4 +8,4 @@ pybind11 # Required to build pyopencl # downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl # Anyway, we don't test OpenCL on appveyor pyopencl == 2020.3.1; sys_platform == 'win32' and python_version < '3.8' -pyopencl == 2022.1.6; sys_platform == 'win32' and python_version >= '3.8' +pyopencl == 2023.1.4; sys_platform == 'win32' and python_version >= '3.8'