Skip to content

Commit 4b85c4f

Browse files
github-actions[bot]CompatHelper Juliagdalle
authored
CompatHelper: add new compat entry for GPUArraysCore in [weakdeps] at version 0.2 for package DifferentiationInterface, (keep existing compat) (#778)
* CompatHelper: add new compat entry for GPUArraysCore in [weakdeps] at version 0.2 for package DifferentiationInterface, (keep existing compat) * Fix tests --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Guillaume Dalle <[email protected]>
1 parent c3ff78e commit 4b85c4f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

DifferentiationInterface/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ FastDifferentiation = "0.4.3"
6363
FiniteDiff = "2.27.0"
6464
FiniteDifferences = "0.12.31"
6565
ForwardDiff = "0.10.36,1"
66+
GPUArraysCore = "0.2"
6667
GTPSA = "1.4.0"
6768
JuliaFormatter = "1"
6869
LinearAlgebra = "<0.0.1,1"

DifferentiationInterface/test/Core/Internals/_formalities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using SparseArrays
1111

1212
@testset "Aqua" begin
1313
Aqua.test_all(
14-
DifferentiationInterface; ambiguities=false, deps_compat=(check_extras = false)
14+
DifferentiationInterface; ambiguities=false, deps_compat=(; check_extras=false)
1515
)
1616
end
1717

DifferentiationInterfaceTest/test/formalities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Test
99

1010
@testset "Aqua" begin
1111
Aqua.test_all(
12-
DifferentiationInterfaceTest; ambiguities=false, deps_compat=(check_extras = false)
12+
DifferentiationInterfaceTest; ambiguities=false, deps_compat=(; check_extras=false)
1313
)
1414
end
1515
@testset "JuliaFormatter" begin

0 commit comments

Comments
 (0)