diff --git a/Project.toml b/Project.toml index a57a60e..8ebb6de 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.2.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" @@ -40,16 +43,13 @@ Manifolds = "0.11" ManifoldsBase = "2" Manopt = "0.5" Random = "1.10" -RecursiveArrayTools = "3.2" +RecursiveArrayTools = "3.2, 4" StableRNGs = "1" Static = "0.8, 1" StaticArrays = "1.9" StatsFuns = "1.3" julia = "1.10" -[weakdeps] -ClosedFormExpectations = "70ff922c-62d4-418d-abfc-e284e489b734" - [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"