From 3b8b166603da497d19438ab11b8b7b3ff1612db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:46:29 +0000 Subject: [PATCH] Bump the all-julia-packages group with 2 updates Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.jl) and [cuTENSOR](https://github.com/JuliaGPU/CUDA.jl) to permit the latest version. Updates `CUDA` to 6.0.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/compare/v5.9.0...v6.0.0) Updates `cuTENSOR` to 6.0.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](https://github.com/JuliaGPU/CUDA.jl/compare/v2.0.0...v6.0.0) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: cuTENSOR dependency-version: 6.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index bf96ebb21..0dedb2d64 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ projects = ["test"] [compat] Adapt = "4" AMDGPU = "2" -CUDA = "5.9" +CUDA = "5.9, 6.0" ChainRulesCore = "1" Dictionaries = "0.4" FiniteDifferences = "0.12" @@ -58,5 +58,5 @@ TensorKitSectors = "0.3.7" TensorOperations = "5.1" TupleTools = "1.5" VectorInterface = "0.4.8, 0.5" -cuTENSOR = "2" +cuTENSOR = "2, 6.0" julia = "1.10"