From bd8923019cf484e7677694b053f33b317ff12346 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 7 Aug 2023 01:26:47 +0000 Subject: [PATCH] CompatHelper: bump compat for StaticArrays to 1, (keep existing compat) --- Project.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index b9a678fb..9d1aca7b 100644 --- a/Project.toml +++ b/Project.toml @@ -22,16 +22,15 @@ OffsetArrays = "^0.23, 1" ProgressMeter = "^1.3" RecipesBase = "1.0" SpecialFunctions = "^0.7, ^0.8, ^0.9, 0.10, 1, 2" -StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11, 0.12" +StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11, 0.12, 1" WignerSymbols = "^1" -# WignerSymbols = "^2" julia = "1" [extras] -Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" GSL = "92c85e6c-cbff-5e0c-80f7-495c94daaecd" +Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test", "Plots", "GSL", "SpecialFunctions"]