diff --git a/Project.toml b/Project.toml index 28a5155..8cfbdf7 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Libtask = "0.9.2" Random = "<0.0.1, 1" Random123 = "1.3" Requires = "1.0" -StatsFuns = "0.9, 1" +StatsFuns = "0.9, 1, 2.2" SSMProblems = "0.6" julia = "1.10.8" diff --git a/docs/Project.toml b/docs/Project.toml index 3454b6e..b96ac60 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,3 +2,8 @@ AdvancedPS = "576499cb-2369-40b2-a588-c64705576edc" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" + +[compat] +AdvancedPS = "0.7.2" +Documenter = "1.17.0" +Literate = "2.21.0" diff --git a/examples/gaussian-process/Project.toml b/examples/gaussian-process/Project.toml index 9a45895..ec6dcd6 100644 --- a/examples/gaussian-process/Project.toml +++ b/examples/gaussian-process/Project.toml @@ -6,3 +6,12 @@ Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SSMProblems = "26aad666-b158-4e64-9d35-0e672562fa48" + +[compat] +AbstractGPs = "0.5.24" +AdvancedPS = "0.7.2" +Distributions = "0.25.127" +Libtask = "0.9.18" +Literate = "2.21.0" +Plots = "1.41.6" +SSMProblems = "0.6.1" diff --git a/examples/gaussian-ssm/Project.toml b/examples/gaussian-ssm/Project.toml index e87cc36..6d650f1 100644 --- a/examples/gaussian-ssm/Project.toml +++ b/examples/gaussian-ssm/Project.toml @@ -7,3 +7,13 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SSMProblems = "26aad666-b158-4e64-9d35-0e672562fa48" StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" + +[compat] +AbstractMCMC = "5.15.1" +AdvancedPS = "0.7.2" +Distributions = "0.25.127" +Libtask = "0.9.18" +Literate = "2.21.0" +Plots = "1.41.6" +SSMProblems = "0.6.1" +StatsFuns = "2.2.0" diff --git a/examples/levy-ssm/Project.toml b/examples/levy-ssm/Project.toml index 572ec48..59b5909 100644 --- a/examples/levy-ssm/Project.toml +++ b/examples/levy-ssm/Project.toml @@ -5,3 +5,11 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SSMProblems = "26aad666-b158-4e64-9d35-0e672562fa48" + +[compat] +AbstractMCMC = "5.15.1" +AdvancedPS = "0.7.2" +Distributions = "0.25.127" +Literate = "2.21.0" +Plots = "1.41.6" +SSMProblems = "0.6.1" diff --git a/examples/particle-gibbs/Project.toml b/examples/particle-gibbs/Project.toml index 6fa1fbb..f22c8a6 100644 --- a/examples/particle-gibbs/Project.toml +++ b/examples/particle-gibbs/Project.toml @@ -9,3 +9,14 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Random123 = "74087812-796a-5b5d-8853-05524746bad3" SSMProblems = "26aad666-b158-4e64-9d35-0e672562fa48" StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" + +[compat] +AbstractMCMC = "5.15.1" +AdvancedPS = "0.7.2" +Distributions = "0.25.127" +Libtask = "0.9.18" +Literate = "2.21.0" +Plots = "1.41.6" +Random123 = "1.7.1" +SSMProblems = "0.6.1" +StatsFuns = "2.2.0" diff --git a/test/Project.toml b/test/Project.toml index 44c865a..2f74f4b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,11 +15,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] AbstractMCMC = "2, 3, 4, 5" Distributions = "0.24, 0.25" +DynamicIterators = "0.4" GaussianDistributions = "0.5" -Kalman = "0.1" HypothesisTests = "0.11" -DynamicIterators = "0.4" +Kalman = "0.1" Libtask = "0.9" Random123 = "1.3" +SSMProblems = "0.6.1" StableRNGs = "1" julia = "1.10.8"