From 5021c6e2310b6c557a00e8f1f9ee7b846f7ec946 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Thu, 10 Oct 2024 16:39:28 +0200 Subject: [PATCH] Update compat requirements for stdlibs (#1898) This requirement is dropped. --- core/Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/Project.toml b/core/Project.toml index 196370cc5..3d40845c7 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -67,7 +67,7 @@ DBInterface = "2.4" DataFrames = "1.4" DataInterpolations = "6" DataStructures = "0.18" -Dates = "<0.0.1, 1" +Dates = "1" DiffEqBase = "6.155" DiffEqCallbacks = "3.6, 4" EnumX = "1.0" @@ -81,7 +81,7 @@ Legolas = "0.5" LinearAlgebra = "1" LineSearches = "7" LinearSolve = "2.24" -Logging = "<0.0.1, 1" +Logging = "1" LoggingExtras = "1" Makie = "0.21" MetaGraphsNext = "0.6, 0.7" @@ -95,13 +95,13 @@ OrdinaryDiffEqTsit5 = "1.1" PreallocationTools = "0.4" SQLite = "1.5.1" SciMLBase = "2.36" -SparseArrays = "<0.0.1, 1" +SparseArrays = "1" SparseConnectivityTracer = "0.6.3" StructArrays = "0.6.13" -TOML = "<0.0.1, 1" +TOML = "1" Tables = "1" TerminalLoggers = "0.1.7" -Test = "<0.0.1, 1" +Test = "1" TestItemRunner = "1" TranscodingStreams = "0.9, 0.10, 0.11" julia = "1.10"