From 7faf45002a29afd611c7ff06687d0c3d0358e202 Mon Sep 17 00:00:00 2001 From: Jose Storopoli Date: Sat, 31 Aug 2024 07:54:59 -0300 Subject: [PATCH] chore: bump LazyArrays --- turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turing/Project.toml b/turing/Project.toml index ea8f24f..8394231 100644 --- a/turing/Project.toml +++ b/turing/Project.toml @@ -16,7 +16,7 @@ Bijectors = "0.13" CSV = "0.10" CategoricalArrays = "0.10" DataFrames = "1" -LazyArrays = "1" +LazyArrays = "1 - 2" PDMats = "0.11" ParetoSmooth = "0.7" StatsBase = "0.34"