From 87da73cb798f0ceb34e9c43efae26d3c23e9a80c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 Apr 2026 02:49:55 +0000 Subject: [PATCH] CompatHelper: bump compat for SpecialFunctions in [extras] to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f623749..f5761ac 100644 --- a/Project.toml +++ b/Project.toml @@ -3,15 +3,15 @@ uuid = "92c85e6c-cbff-5e0c-80f7-495c94daaecd" version = "1.1.0" [deps] -Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" GSL_jll = "1b77fbbe-d8ee-58f0-85f9-836ddc23a7a4" +Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" [compat] -SpecialFunctions = "0.8, 0.9, 0.10, 1" GSL_jll = "2.6" REPL = "<0.0.1, 1" +SpecialFunctions = "0.8, 0.9, 0.10, 1, 2" julia = "1.6" [extras]