From bae294cdba9e1b7b738ff1f8e853588985d6fa31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 05:52:08 -0300 Subject: [PATCH] CompatHelper: bump compat for Turing to 0.33 for package turing, (drop existing compat) (#100) * CompatHelper: bump compat for Turing to 0.33 for package turing, (drop existing compat) * fix: reduce LazyArrays compat to "1" from "2" --------- Co-authored-by: CompatHelper Julia Co-authored-by: Jose Storopoli --- turing/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turing/Project.toml b/turing/Project.toml index 1df2f16..dca890d 100644 --- a/turing/Project.toml +++ b/turing/Project.toml @@ -16,11 +16,11 @@ Bijectors = "0.13" CSV = "0.10" CategoricalArrays = "0.10" DataFrames = "1" -LazyArrays = "2" +LazyArrays = "1" PDMats = "0.11" ParetoSmooth = "0.7" StatsBase = "0.34" StatsFuns = "1" TransformVariables = "0.8" -Turing = "0.30" +Turing = "0.33" julia = "1"