From 8f220d225524429fbd082794bedfd5bd9d597107 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:38:47 +0200 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#138) * CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) * Increment patch number --------- Co-authored-by: CompatHelper Julia Co-authored-by: Seth Axen --- Project.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Project.toml b/Project.toml index 6832fdfc..daae5911 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" authors = ["Seth Axen and contributors"] -version = "0.7.5" +version = "0.7.6" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -24,17 +24,6 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" -[weakdeps] -Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" -DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb" -DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8" -MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" -Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" - -[extensions] -PathfinderDynamicHMCExt = "DynamicHMC" -PathfinderTuringExt = ["Accessors", "DynamicPPL", "MCMCChains", "Turing"] - [compat] Accessors = "0.1" Distributions = "0.25" @@ -52,12 +41,16 @@ PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" ProgressLogging = "0.1.4" Requires = "1" SciMLBase = "1.8.1" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" Transducers = "0.4.5" Turing = "0.24, 0.25, 0.26" UnPack = "1" julia = "1.6" +[extensions] +PathfinderDynamicHMCExt = "DynamicHMC" +PathfinderTuringExt = ["Accessors", "DynamicPPL", "MCMCChains", "Turing"] + [extras] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb" @@ -69,3 +62,10 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [targets] test = ["OptimizationNLopt", "Test"] + +[weakdeps] +Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" +DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb" +DynamicPPL = "366bfd00-2699-11ea-058f-f148b4cae6d8" +MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" +Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"