Skip to content

Commit 6eb4dad

Browse files
committed
disable extras compat for now
1 parent 0fe61c9 commit 6eb4dad

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

Project.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,16 @@ DifferentiableFrankWolfe = "b383313e-5450-4164-a800-befbd27b574d"
2222
InferOptFrankWolfeExt = "DifferentiableFrankWolfe"
2323

2424
[compat]
25-
Aqua = "0.8"
2625
ChainRulesCore = "1"
2726
DensityInterface = "0.4.0"
2827
DifferentiableFrankWolfe = "0.2"
29-
Distributions = "0.25"
30-
Documenter = "1"
31-
FiniteDifferences = "0.12"
32-
Flux = "0.14"
33-
FrankWolfe = "0.2"
34-
Graphs = "1.9"
35-
GridGraphs = "0.10"
36-
HiGHS = "1.7"
37-
JET = "0.8"
38-
JuMP = "1"
39-
JuliaFormatter = "1"
4028
LinearAlgebra = "<0.0.1,1"
41-
Literate = "2"
42-
Pkg = "<0.0.1,1"
43-
ProgressMeter = "1"
4429
Random = "<0.0.1,1"
4530
RequiredInterfaces = "0.1.3"
46-
Revise = "3"
4731
Statistics = "1"
4832
StatsBase = "0.33, 0.34"
4933
StatsFuns = "1.3"
50-
Test = "<0.0.1,1"
51-
TestItemRunner = "0.2.2"
5234
ThreadsX = "0.1.11"
53-
UnicodePlots = "3"
54-
Zygote = "0.6"
5535
julia = "1.7"
5636

5737
[extras]

test/code.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@testitem "Quality (Aqua.jl)" begin
22
using Aqua
33
using StatsBase
4-
Aqua.test_all(InferOpt; ambiguities=false)
4+
Aqua.test_all(InferOpt; ambiguities=false, deps_compat=(check_extras=false,))
55
Aqua.test_ambiguities(InferOpt; exclude=[StatsBase.TestStat])
66
end
77

0 commit comments

Comments
 (0)