From d899c989eb4df2af5c8d9b78503084aab644a214 Mon Sep 17 00:00:00 2001 From: cortner Date: Fri, 12 Jan 2024 11:21:07 -0800 Subject: [PATCH] fix julia version compat --- Project.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 10fc4f5..ce25e8b 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,11 @@ QuadGK = "2" SpecialFunctions = "2.2" StaticArrays = "1.5" StrideArrays = "0.1.25" -julia = "1.8" +julia = "1.8.0, 1.9.0, 1.10.0" +LinearAlgebra = "1.8" +Printf = "1.8" +Random = "1.8" +Test = "1.8" [extras] Lux = "b2108857-7c20-44ae-9111-449ecde12c47"