Skip to content

Commit

Permalink
Unpin DiffEqCallbacks and update to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Apr 11, 2024
1 parent 8ee1d35 commit 0fd34af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "22708fb864a341d70b001d75765852e92f1f5399"
project_hash = "122f7ec8a573942606ded1bed87e60f2356f603a"

[[deps.ADTypes]]
git-tree-sha1 = "016833eb52ba2d6bea9fcb50ca295980e728ee24"
Expand Down Expand Up @@ -401,9 +401,9 @@ version = "6.149.0"

[[deps.DiffEqCallbacks]]
deps = ["DataStructures", "DiffEqBase", "ForwardDiff", "Functors", "LinearAlgebra", "Markdown", "NonlinearSolve", "Parameters", "RecipesBase", "RecursiveArrayTools", "SciMLBase", "StaticArraysCore"]
git-tree-sha1 = "a731383bbafb87d496fb5e66f60c40e4a5f8f726"
git-tree-sha1 = "173d6a313878635b6c764163f639ac2d5f201fdc"
uuid = "459566f4-90b8-5000-8ac3-15dfb0a30def"
version = "3.4.0"
version = "3.6.0"

[deps.DiffEqCallbacks.weakdeps]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Expand Down
2 changes: 1 addition & 1 deletion core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ DataInterpolations = "4.4"
DataStructures = "0.18"
Dates = "<0.0.1,1"
Dictionaries = "0.3.25, 0.4"
DiffEqCallbacks = "=3.4.0"
DiffEqCallbacks = "3.6"
Documenter = "0.27,1"
EnumX = "1.0"
FiniteDiff = "2.21"
Expand Down

0 comments on commit 0fd34af

Please sign in to comment.