From f189e534f122c43eecd7bfa31d1892badddb0ad8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 4 May 2022 00:49:14 +0000 Subject: [PATCH] CompatHelper: bump compat for GaussianBasis to 0.3, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5132b69e..f3f6c7b8 100644 --- a/Project.toml +++ b/Project.toml @@ -18,12 +18,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Formatting = "^0.4.1" -GaussianBasis = "^0.2.1" +GaussianBasis = "^0.2.1, 0.3" +LoopVectorization = "0.12" Molecules = "^0.1.1" +Octavian = "0.3" PrettyTables = "1" Strided = "1" Suppressor = "0.2" TensorOperations = "^3.0.0" julia = "^1.6" -LoopVectorization = "0.12" -Octavian = "0.3"