diff --git a/core/Project.toml b/core/Project.toml index fd61f6262..d475446ae 100644 --- a/core/Project.toml +++ b/core/Project.toml @@ -66,7 +66,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" @@ -79,7 +79,7 @@ JuMP = "1.15" Legolas = "0.5" LineSearches = "7" LinearSolve = "2.24" -Logging = "<0.0.1, 1" +Logging = "1" LoggingExtras = "1" Makie = "0.21" MetaGraphsNext = "0.6, 0.7" @@ -93,13 +93,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"