From 079d68bcddcd4febd8bdae67586246ce0f0bee2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 19:15:10 +0000 Subject: [PATCH] Update OpenCL_jll requirement from =2024.10.24 to =2024.10.24, 2024.10 Updates the requirements on [OpenCL_jll](https://github.com/JuliaBinaryWrappers/OpenCL_jll.jl) to permit the latest version. - [Release notes](https://github.com/JuliaBinaryWrappers/OpenCL_jll.jl/releases) - [Commits](https://github.com/JuliaBinaryWrappers/OpenCL_jll.jl/commits) --- updated-dependencies: - dependency-name: OpenCL_jll dependency-version: 2024.10.24+1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be44e773..6b85d456 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ GPUCompiler = "1.7.1" KernelAbstractions = "0.9.38" LLVM = "9.1" LinearAlgebra = "1" -OpenCL_jll = "=2024.10.24" +OpenCL_jll = "=2024.10.24, 2024.10" Preferences = "1" Printf = "1" Random = "1"