Skip to content

Commit

Permalink
Merge pull request #1119 from SciML/dynamical_revert
Browse files Browse the repository at this point in the history
Revert DynamicalODE
  • Loading branch information
ChrisRackauckas authored Nov 9, 2024
2 parents 8a02b81 + 7044715 commit e81a18e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion benchmarks/DynamicalODE/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2345,4 +2345,4 @@ version = "3.5.0+0"
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"]
git-tree-sha1 = "9c304562909ab2bab0262639bd4f444d7bc2be37"
uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd"
version = "1.4.1+1"
version = "1.4.1+1"
21 changes: 10 additions & 11 deletions benchmarks/DynamicalODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42"

[compat]
DiffEqCallbacks = "2.13, 3, 4"
DiffEqPhysics = "3.15.0"
Elliptic = "1.0.1"
OrdinaryDiffEq = "6.89.0"
ParameterizedFunctions = "5.17.0"
Plots = "2.0.0, 1"
PyPlot = "2.11.5"
SciMLBenchmarks = "0.1.3"
StaticArrays = "1.9.7"
Statistics = "1.11.1"
TaylorIntegration = "0.16.1"
DiffEqCallbacks = "3"
DiffEqPhysics = "3.2"
Elliptic = "1.0"
OrdinaryDiffEq = "6"
ParameterizedFunctions = "5.3"
Plots = "1.4"
PyPlot = "2.9"
SciMLBenchmarks = "0.1"
StaticArrays = "1.0"
Statistics = "1"

0 comments on commit e81a18e

Please sign in to comment.