From 3e5a023533047eaa3ffe279404098ff706fd05fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 18:32:50 +0000 Subject: [PATCH] Update CUDA requirement to 6.2.0 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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 51a1403..012b8d2 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] +CUDA = "6.2.0" ChainRulesCore = "1.25" ExaModels = "0.8" Flux = "0.16" @@ -24,7 +25,6 @@ MadNLPGPU = "0.9, 0.10" NLPModels = "0.21" Zygote = "0.7" julia = "1.10, 1.11, 1.12" - [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"