From b8c3d82ae24942e2ec8e94a5cd0bd42288930749 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Tue, 13 Feb 2024 19:31:42 +0100 Subject: [PATCH] Bump version number (#263) * Update Project.toml * Update compat entries --- Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1c52998..8d61a5a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DistributionsAD" uuid = "ced4e74d-a319-5a8a-b0ac-84af2272839c" -version = "0.6.53" +version = "0.6.54" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -39,7 +39,9 @@ Distributions = "0.25.41" FillArrays = "1.4.1" ForwardDiff = "0.10.12" LazyArrays = "1" +LinearAlgebra = "<0.0.1, 1" PDMats = "0.9, 0.10, 0.11" +Random = "<0.0.1, 1" Requires = "1" ReverseDiff = "1.4.4" SpecialFunctions = "0.8, 0.9, 0.10, 1, 2"