From 98c0120063759d3a9d8fecfa74e6af8532e3beb0 Mon Sep 17 00:00:00 2001 From: itsdfish Date: Sat, 25 May 2024 10:26:17 -0400 Subject: [PATCH] allow turing 0.32 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index cb63d477..8eefee98 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SequentialSamplingModels" uuid = "0e71a2a6-2b30-4447-8742-d083a85e82d1" authors = ["itsdfish"] -version = "0.10.0" +version = "0.10.1" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -29,7 +29,7 @@ TuringExt = "Turing" [compat] Distributions = "v0.24.6, 0.25" -DynamicPPL = "0.22.0,0.23.0,0.24.0,0.25,0.26.0" +DynamicPPL = "0.22.0,0.23.0,0.24.0,0.25,0.26.0,0.27" FunctionZeros = "0.2.0,0.3.0, 1" HCubature = "1" Interpolations = "0.14.0,0.15.0" @@ -43,7 +43,7 @@ SpecialFunctions = "1,2" Statistics = "1" StatsAPI = "1.0.0" StatsBase = "0.33.0,0.34.0" -Turing = "0.29.0,0.30.0,0.31.0" +Turing = "0.29.0,0.30.0,0.31.0,0.32" julia = "1" [extras]