From f823bfda6be6a8ba2c77388bc3de989a4f4886f1 Mon Sep 17 00:00:00 2001 From: Anjishnu Bose <39477277+Anjishnubose@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:12:10 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b4aa8eb..08503b4 100644 --- a/Project.toml +++ b/Project.toml @@ -29,8 +29,8 @@ StatsBase = "^0.34" TensorCast = "^0.4" Tullio = "^0.3" Bijections = "^0.1" -julia = "^1.7, ^1.9" -LinearAlgebra = "^1.7, ^1.9" +julia = "^1.6, ^1.9" +LinearAlgebra = "^1.6, ^1.9" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"