@@ -5,6 +5,7 @@ version = "0.5.1"
5
5
6
6
[deps ]
7
7
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
8
+ DensityInterface = " b429d917-457f-4dbc-8f4c-0cc954292b1d"
8
9
DifferentiableFrankWolfe = " b383313e-5450-4164-a800-befbd27b574d"
9
10
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
11
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -20,6 +21,7 @@ InferOptFrankWolfeExt = "DifferentiableFrankWolfe"
20
21
21
22
[compat ]
22
23
ChainRulesCore = " 1"
24
+ DensityInterface = " 0.4.0"
23
25
DifferentiableFrankWolfe = " 0.1.2"
24
26
StatsBase = " 0.33, 0.34"
25
27
TestItemRunner = " 0.2.2"
@@ -29,6 +31,7 @@ julia = "1.7"
29
31
[extras ]
30
32
Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
31
33
DifferentiableFrankWolfe = " b383313e-5450-4164-a800-befbd27b574d"
34
+ Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
32
35
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
36
Flux = " 587475ba-b771-5e3f-ad9e-33799f191a9c"
34
37
FrankWolfe = " f55ce6ea-fdc5-4628-88c5-0087fe54bd30"
@@ -49,4 +52,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
49
52
Zygote = " e88e6eb3-aa80-5325-afca-941959d7151f"
50
53
51
54
[targets ]
52
- test = [" Aqua" , " DifferentiableFrankWolfe" , " Documenter" , " Flux" , " FrankWolfe" , " Graphs" , " GridGraphs" , " JET" , " JuliaFormatter" , " LinearAlgebra" , " Literate" , " Pkg" , " ProgressMeter" , " Random" , " Revise" , " Statistics" , " Test" , " TestItemRunner" , " UnicodePlots" , " Zygote" ]
55
+ test = [" Aqua" , " DifferentiableFrankWolfe" , " Distributions " , " Documenter" , " Flux" , " FrankWolfe" , " Graphs" , " GridGraphs" , " JET" , " JuliaFormatter" , " LinearAlgebra" , " Literate" , " Pkg" , " ProgressMeter" , " Random" , " Revise" , " Statistics" , " Test" , " TestItemRunner" , " UnicodePlots" , " Zygote" ]
0 commit comments