Skip to content

Commit

Permalink
Merge pull request #86 from SciML/avik-pal-patch-1
Browse files Browse the repository at this point in the history
chore: allow DiffEqCallbacks v4
  • Loading branch information
ChrisRackauckas authored Oct 1, 2024
2 parents d267808 + 9f2b0a9 commit 8951cfe
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
@@ -1,6 +1,6 @@
name = "SteadyStateDiffEq"
uuid = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f"
version = "2.4.0"
version = "2.4.1"

[deps]
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Expand All @@ -13,7 +13,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[compat]
ConcreteStructs = "0.2"
DiffEqBase = "6.140"
DiffEqCallbacks = "3"
DiffEqCallbacks = "3, 4"
Reexport = "0.2, 1.0"
SciMLBase = "2"
julia = "1.10"
Expand Down

0 comments on commit 8951cfe

Please sign in to comment.