diff --git a/test/Project.toml b/test/Project.toml index a14ce0bb1..51ba5b258 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -8,6 +8,7 @@ BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66" Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de" Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" +ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63" DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0" @@ -28,10 +29,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66" -[sources] -DynamicPPL = {path = ".."} +[sources.DynamicPPL] +path = ".." [compat] ADTypes = "1" @@ -39,15 +39,16 @@ AbstractMCMC = "5.10" AbstractPPL = "0.15" Accessors = "0.1" Aqua = "0.8" -ComponentArrays = "0.15" BangBang = "0.4" Bijectors = "0.16" Chairmarks = "1" Combinatorics = "1" +ComponentArrays = "0.15" DifferentiationInterface = "0.6.41, 0.7" DimensionalData = "0.30" Distributions = "0.25" Documenter = "1" +DynamicPPL = "0.42" ForwardDiff = "0.10.12, 1" InvertedIndices = "1" LogDensityProblems = "2"