File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -22,36 +22,16 @@ DifferentiableFrankWolfe = "b383313e-5450-4164-a800-befbd27b574d"
22
22
InferOptFrankWolfeExt = " DifferentiableFrankWolfe"
23
23
24
24
[compat ]
25
- Aqua = " 0.8"
26
25
ChainRulesCore = " 1"
27
26
DensityInterface = " 0.4.0"
28
27
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"
40
28
LinearAlgebra = " <0.0.1,1"
41
- Literate = " 2"
42
- Pkg = " <0.0.1,1"
43
- ProgressMeter = " 1"
44
29
Random = " <0.0.1,1"
45
30
RequiredInterfaces = " 0.1.3"
46
- Revise = " 3"
47
31
Statistics = " 1"
48
32
StatsBase = " 0.33, 0.34"
49
33
StatsFuns = " 1.3"
50
- Test = " <0.0.1,1"
51
- TestItemRunner = " 0.2.2"
52
34
ThreadsX = " 0.1.11"
53
- UnicodePlots = " 3"
54
- Zygote = " 0.6"
55
35
julia = " 1.7"
56
36
57
37
[extras ]
Original file line number Diff line number Diff line change 1
1
@testitem " Quality (Aqua.jl)" begin
2
2
using Aqua
3
3
using StatsBase
4
- Aqua. test_all (InferOpt; ambiguities= false )
4
+ Aqua. test_all (InferOpt; ambiguities= false , deps_compat = (check_extras = false ,) )
5
5
Aqua. test_ambiguities (InferOpt; exclude= [StatsBase. TestStat])
6
6
end
7
7
You can’t perform that action at this time.
0 commit comments