Skip to content

Commit 855ab5e

Browse files
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](JuliaGPU/CUDA.jl@v5.9.0...v6.0.0) Updates `cuTENSOR` to 6.0.0 - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](JuliaGPU/CUDA.jl@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] <support@github.com>
1 parent 393d6ff commit 855ab5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Adapt = "4"
3838
AllocCheck = "0.2.3"
3939
Aqua = "0.6, 0.7, 0.8"
4040
ArgParse = "1.2.0"
41-
CUDA = "5.9"
41+
CUDA = "5.9, 6.0"
4242
ChainRulesCore = "1"
4343
ChainRulesTestUtils = "1"
4444
Combinatorics = "1"
@@ -63,7 +63,7 @@ TestExtras = "0.2,0.3"
6363
TupleTools = "1.5"
6464
VectorInterface = "0.4.8, 0.5"
6565
Zygote = "0.7"
66-
cuTENSOR = "2"
66+
cuTENSOR = "2, 6.0"
6767
julia = "1.10"
6868

6969
[extras]

0 commit comments

Comments
 (0)