Skip to content

Commit 808a6b4

Browse files
Update to latest OrdinaryDiffEq v6.101.0
- Updated OrdinaryDiffEq compat to v6 - Regenerated Manifest with Julia 1.10.10 - All packages updated to latest compatible versions
1 parent a7b8e18 commit 808a6b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

benchmarks/NonStiffODE/Manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.10.10"
44
manifest_format = "2.0"
5-
project_hash = "d83988b3f9e8681c05cd17effe5e5bba96c22e26"
5+
project_hash = "6f860bc2bb9a34fce89037ba2d16d10f3201f295"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "60665b326b75db6517939d0e1875850bc4a54368"
@@ -892,9 +892,9 @@ version = "0.3.28"
892892

893893
[[deps.IJulia]]
894894
deps = ["Base64", "Conda", "Dates", "InteractiveUtils", "JSON", "Logging", "Markdown", "Pkg", "PrecompileTools", "Printf", "REPL", "Random", "SHA", "Sockets", "UUIDs", "ZMQ"]
895-
git-tree-sha1 = "2004107fe26a14a37c7bd9b51c006809b177b913"
895+
git-tree-sha1 = "66b1f8d8b870814a079da381dd20416c53e73839"
896896
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
897-
version = "1.30.0"
897+
version = "1.30.1"
898898

899899
[[deps.IfElse]]
900900
git-tree-sha1 = "debdd00ffef04665ccbb3e150747a77560e8fad1"

benchmarks/NonStiffODE/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ LSODA = "0.7"
2525
ModelingToolkit = "9"
2626
ODEInterface = "0.5"
2727
ODEInterfaceDiffEq = "3.10"
28-
OrdinaryDiffEq = "6.19"
28+
OrdinaryDiffEq = "6"
2929
OrdinaryDiffEqSIMDRK = "1"
3030
ParameterizedFunctions = "5.3"
3131
Plots = "1.4"

0 commit comments

Comments
 (0)