From 115be5e2d3d1b42c068440d52bdbc1c153cd554c Mon Sep 17 00:00:00 2001 From: Tina Torabi Date: Wed, 21 Feb 2024 09:34:07 -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 61b7c22..813ccec 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.3" -# SpecialFunctions = "0.10, 1.0, 2" +julia = "1" +SpecialFunctions = "0.10, 1, 2.3" Elliptic = "^1.0.1"