From 91fbfd7bf7f7a6f193686dc048c4148dc68b93f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:26:25 +0000 Subject: [PATCH] Update CUDA requirement to 6.2.0 in /test Updates the requirements on [CUDA](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/v0.1.0...v6.2.0) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index e8e4e64..2d4d1a3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,3 +7,6 @@ MadNLP = "2621e9c9-9eb4-46b1-8089-e8c72242dfb6" MadNLPGPU = "d72a61cc-809d-412f-99be-fd81f4b8a598" PEtab = "48d54b35-e43e-4a66-a5a1-dde6b987cf69" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +CUDA = "6.2.0"