From 37ae6ddf1d61aa1d3e0b99581bb94a14b53cc274 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 10 Oct 2024 15:14:41 +0200 Subject: [PATCH] Update compat requirements for stdlibs This requirement is dropped. --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index ac49bd9a5..bbbf9ec42 100644 --- a/Project.toml +++ b/Project.toml @@ -29,9 +29,9 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" Aqua = "0.8" BasicModelInterface = "0.1" CFTime = "0.1" -Dates = "<0.0.1,1" -DelimitedFiles = "<0.0.1,1" -Downloads = "<0.0.1,1" +Dates = "1" +DelimitedFiles = "1" +Downloads = "1" FieldMetadata = "0.3" Glob = "1.3" Graphs = "1.4" @@ -44,12 +44,12 @@ Polyester = "0.7.10" Polynomials = "3,4" ProgressLogging = "0.1" QuadGK = "2" -Random = "<0.0.1,1" +Random = "1" StaticArrays = "0.12,1.0" -Statistics = "<0.0.1,1" -TOML = "<0.0.1,1" +Statistics = "1" +TOML = "1" TerminalLoggers = "0.1.5" -Test = "<0.0.1,1" +Test = "1" UnPack = "1" julia = "1.6"