Skip to content

Commit

Permalink
CompatHelper: bump compat for SciMLBase to 2, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia authored and ChrisRackauckas committed Sep 22, 2023
1 parent f0a6936 commit 857de45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Sundials_jll = "fb77eaff-e24c-56d4-86b1-d163f2edb164"

[compat]
CEnum = "0.2, 0.3, 0.4"
DataStructures = "0.18"
DiffEqBase = "6.122"
Reexport = "0.2, 1.0"
SciMLBase = "1.92"
PrecompileTools = "1"
Reexport = "0.2, 1.0"
SciMLBase = "1.92, 2"
Sundials_jll = "5.2"
julia = "1.6"

Expand Down

0 comments on commit 857de45

Please sign in to comment.