diff --git a/Project.toml b/Project.toml index 01ce997..7773e6f 100644 --- a/Project.toml +++ b/Project.toml @@ -19,10 +19,10 @@ BayesianWorkflowTuringExt = ["Turing", "DynamicPPL", "OrderedCollections", "Rand [compat] AbstractMCMC = "5" -DynamicPPL = "0.40" -FlexiChains = "0.4" -OrderedCollections = "1" +DynamicPPL = "0.40, 0.42" +FlexiChains = "0.4, 0.6" +OrderedCollections = "1, 2.0" Random = "1" Reexport = "1" -Turing = "0.43" +Turing = "0.43, 0.45" julia = "1.10.8" diff --git a/test/Project.toml b/test/Project.toml index a1472b2..d76a124 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -4,3 +4,8 @@ FlexiChains = "4a37a8b9-6e57-4b92-8664-298d46e639f7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" + +[compat] +DynamicPPL = "0.42.1" +FlexiChains = "0.6.20" +Turing = "0.45.0"