From 8d3904e3f560e2582c58dbe932c48661d74f8d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 15:27:34 +0000 Subject: [PATCH] build(deps): update CUDA requirement from 5 to 5, 6.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/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.0.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 04baf75..fbab425 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" cuQuantum_jll = "b75408ef-6fdf-5d74-b65a-7df000ad18e6" [compat] -CUDA = "5" +CUDA = "5, 6.0" CUDA_Runtime_Discovery = "0.3, 1.0" CEnum = "0.4, 0.5" cuQuantum_jll = "24, 25, 26.1"