From e57542027436fef602d56199697203822c3e9855 Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Sun, 17 Mar 2024 18:30:00 +0900 Subject: [PATCH] update compat --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index c5d785b..91ebf57 100644 --- a/Project.toml +++ b/Project.toml @@ -18,11 +18,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -DataStructures = ">=0.11, <0.19" -Distributions = ">=0.16, <0.26" -LsqFit = ">=0.8, <0.16" +DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18" +Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" +LsqFit = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15" MacroTools = "0.4, 0.5" -SpecialFunctions = ">=0.7, <0.11, 1, 2" +SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1, 2" julia = "1" [extras]