From 2e277c1600cc27479ebfeca49df7471088e62982 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 16 Nov 2023 13:38:50 +0100 Subject: [PATCH] update Project compat entries --- Project.toml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 6ee301a70..422dba7c3 100644 --- a/Project.toml +++ b/Project.toml @@ -26,23 +26,30 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] +Aqua = "0.8" BasicModelInterface = "0.1" CFTime = "0.1" -DelimitedFiles = "1.6" +Dates = "<0.0.1,1" +DelimitedFiles = "<0.0.1,1" +Downloads = "<0.0.1,1" FieldMetadata = "0.3" Glob = "1.3" Graphs = "1.4" IfElse = "0.1" -LoggingExtras = "0.4.6, 0.5, 1" +LoggingExtras = "0.4.6,0.5,1" LoopVectorization = "0.12" NCDatasets = "0.12.11" Parameters = "0.12" Polyester = "0.7" +Polynomials = "3,4" ProgressLogging = "0.1" -StaticArrays = "0.12, 1.0" -Statistics = "1" -TOML = "1.0" +QuadGK = "2" +Random = "<0.0.1,1" +StaticArrays = "0.12,1.0" +Statistics = "<0.0.1,1" +TOML = "<0.0.1,1" TerminalLoggers = "0.1.5" +Test = "<0.0.1,1" UnPack = "1" julia = "1.6"