Skip to content

Commit f4e2f0c

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for SparseConnectivityTracer in [weakdeps] to 1 for package DifferentiationInterface, (keep existing compat)
1 parent a00e050 commit f4e2f0c

1 file changed

Lines changed: 4 additions & 25 deletions

File tree

DifferentiationInterface/Project.toml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@ DifferentiationInterfaceForwardDiffExt = ["ForwardDiff", "DiffResults"]
4141
DifferentiationInterfaceGPUArraysCoreExt = "GPUArraysCore"
4242
DifferentiationInterfaceGTPSAExt = "GTPSA"
4343
DifferentiationInterfaceMooncakeExt = "Mooncake"
44-
DifferentiationInterfacePolyesterForwardDiffExt = [
45-
"PolyesterForwardDiff",
46-
"ForwardDiff",
47-
"DiffResults",
48-
]
44+
DifferentiationInterfacePolyesterForwardDiffExt = ["PolyesterForwardDiff", "ForwardDiff", "DiffResults"]
4945
DifferentiationInterfaceReverseDiffExt = ["ReverseDiff", "DiffResults"]
5046
DifferentiationInterfaceSparseArraysExt = "SparseArrays"
5147
DifferentiationInterfaceSparseConnectivityTracerExt = "SparseConnectivityTracer"
@@ -56,8 +52,8 @@ DifferentiationInterfaceTrackerExt = "Tracker"
5652
DifferentiationInterfaceZygoteExt = ["Zygote", "ForwardDiff"]
5753

5854
[compat]
59-
Aqua = "0.8.12"
6055
ADTypes = "1.13.0"
56+
Aqua = "0.8.12"
6157
ChainRulesCore = "1.23.0"
6258
ComponentArrays = "0.15.27"
6359
DataFrames = "1.7.0"
@@ -82,7 +78,7 @@ PolyesterForwardDiff = "0.1.2"
8278
Random = "1"
8379
ReverseDiff = "1.15.1"
8480
SparseArrays = "1"
85-
SparseConnectivityTracer = "0.6.14"
81+
SparseConnectivityTracer = "0.6.14, 1"
8682
SparseMatrixColorings = "0.4.9"
8783
StableRNGs = "1.0.1"
8884
StaticArrays = "1.9.7"
@@ -125,21 +121,4 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
125121
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
126122

127123
[targets]
128-
test = [
129-
"ADTypes",
130-
"Aqua",
131-
"ComponentArrays",
132-
"DataFrames",
133-
"ExplicitImports",
134-
"JET",
135-
"JLArrays",
136-
"JuliaFormatter",
137-
"Pkg",
138-
"Random",
139-
"SparseArrays",
140-
"SparseConnectivityTracer",
141-
"SparseMatrixColorings",
142-
"StableRNGs",
143-
"StaticArrays",
144-
"Test",
145-
]
124+
test = ["ADTypes", "Aqua", "ComponentArrays", "DataFrames", "ExplicitImports", "JET", "JLArrays", "JuliaFormatter", "Pkg", "Random", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings", "StableRNGs", "StaticArrays", "Test"]

0 commit comments

Comments
 (0)