Skip to content

Commit

Permalink
Use a pyopencl compatible with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Nov 21, 2023
1 parent b022c4e commit c20b4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit c20b4d2

Please sign in to comment.