From 6bff34111d15c6abb200512bf65910a69515921a Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Thu, 16 Nov 2023 19:24:21 -0700 Subject: [PATCH] bump min Julia compat to LTS --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index cc6f31c..1ebc33d 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Parameters = "0.12" PrecompileTools = "1" ScatteredInterpolation = "0.3.6" Statistics = "1" -julia = "1" +julia = "1.6" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"