From f4c4585712b97fba8254e889141564c2651b946a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 17:03:55 +0000 Subject: [PATCH] Update CUDA requirement from 3.12, 4, 5 to 3.12, 4, 5, 6.1 Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.jl) to permit the latest version. Updates `CUDA` to 6.1.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/commits/v6.1.0) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.1.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/GPU/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/GPU/Project.toml b/test/GPU/Project.toml index 8cbaac3..ce12923 100644 --- a/test/GPU/Project.toml +++ b/test/GPU/Project.toml @@ -5,7 +5,7 @@ PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] -CUDA = "3.12, 4, 5" +CUDA = "3.12, 4, 5, 6.1" OrdinaryDiffEqSDIRK = "2" PreallocationTools = "0.4, 1" SciMLBase = "2, 3"