From 2028de82ef0696b2cd2f9d6e27d589e2e56d9ba4 Mon Sep 17 00:00:00 2001 From: Alexander Plavin Date: Tue, 30 Jul 2024 23:37:45 -0400 Subject: [PATCH] upd Aqua --- Project.toml | 3 +++ test/Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23ca1947..8ce846a6 100644 --- a/Project.toml +++ b/Project.toml @@ -33,13 +33,16 @@ AccessorsUnitfulExt = "Unitful" AxisKeys = "0.2" CompositionsBase = "0.1" ConstructionBase = "1.5" +Dates = "1" IntervalSets = "0.7" InverseFunctions = "0.1.5" +LinearAlgebra = "1" MacroTools = "0.5" Markdown = "1" Requires = "0.5, 1.0" StaticArrays = "1" StructArrays = "0.6" +Test = "1" Unitful = "1" julia = "1.6" diff --git a/test/Project.toml b/test/Project.toml index 74bb2335..8a5fde5e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -Aqua = "0.6" +Aqua = "0.8" AxisKeys = "0.2" BenchmarkTools = "1.3" ConstructionBase = "1.5"