From c12d34d6cf644848bbd0aa08bc3be2bf61496eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:54:09 +0000 Subject: [PATCH] Update CUDACore requirement to 6.2.1 Updates the requirements on [CUDACore](https://github.com/JuliaGPU/CUDA.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/compare/v6.0.0...v6.2.1) --- updated-dependencies: - dependency-name: CUDACore dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index c246577..2e40f04 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,6 +19,7 @@ StridedViews = {path = ".."} [compat] Aqua = "0.8" +CUDACore = "6.2.1" Pkg = "1" Random = "1" Test = "1"