From 14102cf3a4c7696b23bf8d01970085c5d1863d93 Mon Sep 17 00:00:00 2001 From: Deniz Yuret Date: Mon, 7 Dec 2020 11:21:29 +0300 Subject: [PATCH] Add SpecialFunctions 1.0 to Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 760a678..5798a77 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] julia = "1.0" -SpecialFunctions = "0.8, 0.9, 0.10" +SpecialFunctions = "0.8, 0.9, 0.10, 1.0" TimerOutputs = "0.5" [extras]