Skip to content

Commit

Permalink
Update compat requirements for stdlibs (#1898)
Browse files Browse the repository at this point in the history
This requirement is dropped.
  • Loading branch information
visr authored Oct 10, 2024
1 parent 610cc73 commit 5021c6e
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 @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 5021c6e

Please sign in to comment.