From 8cce045f5407d697fb052879a4bfc78e26a73ba9 Mon Sep 17 00:00:00 2001 From: stecrotti Date: Wed, 29 Nov 2023 15:09:38 +0100 Subject: [PATCH] stdlib compats @1.8 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 056e66e..98ec245 100644 --- a/Project.toml +++ b/Project.toml @@ -14,8 +14,8 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc" [compat] Lazy = "0.15" -LinearAlgebra = "1.9" -Random = "1.9" +LinearAlgebra = "1.8" +Random = "1.8" Reexport = "1" StatsBase = "0.33, 0.34" TensorCast = "0.4"