From 197715cad16f8e37a387ba38cb8a026117753753 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 7 Jun 2024 03:28:30 +0000 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.33, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index ada8fa5..95bf655 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,6 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] -julia = "1.9" Accessors = "0.1" BlockDiagonals = "0.1" Distributions = "0.25" @@ -24,6 +23,7 @@ DocStringExtensions = "0.9" ForwardDiff = "0.10" LinearAlgebra = "1" Logging = "1" -Random = "1" NonlinearSolve = "3" -Turing = "0.32" +Random = "1" +Turing = "0.32, 0.33" +julia = "1.9"