From 5deeb450f079e3ffec7eb6b44c4956e9f0acdd3f Mon Sep 17 00:00:00 2001 From: Tina Torabi Date: Wed, 21 Feb 2024 00:35:58 -0800 Subject: [PATCH] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a87b882..4cacdf5 100644 --- a/Project.toml +++ b/Project.toml @@ -8,8 +8,8 @@ Elliptic = "b305315f-e792-5b7a-8f41-49f472929428" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -julia = "1.7" -SpecialFunctions = "0.10 - 2.3" +julia = "1.3" +SpecialFunctions = "0.10, 1.0, 2" Elliptic = "^1.0.1"