Skip to content

Commit

Permalink
Update compat requirements for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Oct 10, 2024
1 parent 5cff21d commit 38d9bdf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 38d9bdf

Please sign in to comment.