From 5b620a78a05aa8f05ae66687950a6d455820a89a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 01:04:58 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsFuns to 2, (keep existing compat) --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 8353a28..e6e7f93 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExponentialFamilyProjection" uuid = "17f509fa-9a96-44ba-99b2-1c5f01f0931b" -authors = ["Mykola Lukashchuk ", "Dmitry Bagaev ", "Albert Podusenko "] version = "3.3.0" +authors = ["Mykola Lukashchuk ", "Dmitry Bagaev ", "Albert Podusenko "] [deps] BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e" @@ -22,6 +22,9 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" +[weakdeps] +ClosedFormExpectations = "70ff922c-62d4-418d-abfc-e284e489b734" + [extensions] ClosedFormExpectationsExt = "ClosedFormExpectations" @@ -44,12 +47,9 @@ RecursiveArrayTools = "3.2" StableRNGs = "1" Static = "0.8, 1" StaticArrays = "1.9" -StatsFuns = "1.3" +StatsFuns = "1.3, 2" julia = "1.10" -[weakdeps] -ClosedFormExpectations = "70ff922c-62d4-418d-abfc-e284e489b734" - [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"