Skip to content

Commit

Permalink
Merge pull request #75 from SciML/compathelper/new_version/2024-03-02…
Browse files Browse the repository at this point in the history
…-16-24-28-198-03640100816

CompatHelper: bump compat for DiffEqCallbacks to 3, (keep existing compat)
  • Loading branch information
ChrisRackauckas authored Mar 3, 2024
2 parents 2723162 + 36ec8fc commit 19f4e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[compat]
DiffEqBase = "6.140"
DiffEqCallbacks = "2.34"
ConcreteStructs = "0.2"
DiffEqBase = "6.140"
DiffEqCallbacks = "2.34, 3"
Reexport = "0.2, 1.0"
SciMLBase = "2"
julia = "1.9"
Expand Down

0 comments on commit 19f4e08

Please sign in to comment.