Skip to content

Commit 7044715

Browse files
Revert DynamicalODE
Reverts part of #1067 because the manifest never got bumped. Keeping the update to the plots in single pendulums and the formatting change, but removing the package bumps for now since they were not used in the latest manifest and this will let CompatHelper track the real current state
1 parent 8a02b81 commit 7044715

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

benchmarks/DynamicalODE/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,4 +2345,4 @@ version = "3.5.0+0"
23452345
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"]
23462346
git-tree-sha1 = "9c304562909ab2bab0262639bd4f444d7bc2be37"
23472347
uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd"
2348-
version = "1.4.1+1"
2348+
version = "1.4.1+1"

benchmarks/DynamicalODE/Project.toml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414
TaylorIntegration = "92b13dbe-c966-51a2-8445-caca9f8a7d42"
1515

1616
[compat]
17-
DiffEqCallbacks = "2.13, 3, 4"
18-
DiffEqPhysics = "3.15.0"
19-
Elliptic = "1.0.1"
20-
OrdinaryDiffEq = "6.89.0"
21-
ParameterizedFunctions = "5.17.0"
22-
Plots = "2.0.0, 1"
23-
PyPlot = "2.11.5"
24-
SciMLBenchmarks = "0.1.3"
25-
StaticArrays = "1.9.7"
26-
Statistics = "1.11.1"
27-
TaylorIntegration = "0.16.1"
17+
DiffEqCallbacks = "3"
18+
DiffEqPhysics = "3.2"
19+
Elliptic = "1.0"
20+
OrdinaryDiffEq = "6"
21+
ParameterizedFunctions = "5.3"
22+
Plots = "1.4"
23+
PyPlot = "2.9"
24+
SciMLBenchmarks = "0.1"
25+
StaticArrays = "1.0"
26+
Statistics = "1"

0 commit comments

Comments
 (0)