Skip to content

Commit e6b0229

Browse files
Updates
1 parent 6496391 commit e6b0229

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

benchmarks/DynamicalODE/Manifest.toml

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

33
julia_version = "1.10.4"
44
manifest_format = "2.0"
5-
project_hash = "e1f8bc399d79c1c54d99bad3817ec8f08d0ae6bf"
5+
project_hash = "fa5155789e53e26235ac09f5e9324aff13202249"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "016833eb52ba2d6bea9fcb50ca295980e728ee24"
@@ -1438,6 +1438,18 @@ git-tree-sha1 = "f011fbb92c4d401059b2212c05c0601b70f8b759"
14381438
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
14391439
version = "1.2.0"
14401440

1441+
[[deps.PyCall]]
1442+
deps = ["Conda", "Dates", "Libdl", "LinearAlgebra", "MacroTools", "Serialization", "VersionParsing"]
1443+
git-tree-sha1 = "9816a3826b0ebf49ab4926e2b18842ad8b5c8f04"
1444+
uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
1445+
version = "1.96.4"
1446+
1447+
[[deps.PyPlot]]
1448+
deps = ["Colors", "LaTeXStrings", "PyCall", "Sockets", "Test", "VersionParsing"]
1449+
git-tree-sha1 = "9220a9dae0369f431168d60adab635f88aca7857"
1450+
uuid = "d330b81b-6aea-500a-939a-2ce795aea3ee"
1451+
version = "2.11.2"
1452+
14411453
[[deps.Qt6Base_jll]]
14421454
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Fontconfig_jll", "Glib_jll", "JLLWrappers", "Libdl", "Libglvnd_jll", "OpenSSL_jll", "Vulkan_Loader_jll", "Xorg_libSM_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Xorg_libxcb_jll", "Xorg_xcb_util_cursor_jll", "Xorg_xcb_util_image_jll", "Xorg_xcb_util_keysyms_jll", "Xorg_xcb_util_renderutil_jll", "Xorg_xcb_util_wm_jll", "Zlib_jll", "libinput_jll", "xkbcommon_jll"]
14431455
git-tree-sha1 = "37b7bb7aabf9a085e0044307e1717436117f2b3b"
@@ -2333,4 +2345,4 @@ version = "3.5.0+0"
23332345
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Wayland_jll", "Wayland_protocols_jll", "Xorg_libxcb_jll", "Xorg_xkeyboard_config_jll"]
23342346
git-tree-sha1 = "9c304562909ab2bab0262639bd4f444d7bc2be37"
23352347
uuid = "d8fb68d0-12a3-5cfd-a85a-d49703b185fd"
2336-
version = "1.4.1+1"
2348+
version = "1.4.1+1"

benchmarks/DynamicalODE/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
77
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
88
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
99
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10+
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
1011
SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344"
1112
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1213
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
@@ -19,6 +20,7 @@ Elliptic = "1.0.1"
1920
OrdinaryDiffEq = "6.89.0"
2021
ParameterizedFunctions = "5.17.0"
2122
Plots = "2.0.0, 1"
23+
PyPlot = "2.11.5"
2224
SciMLBenchmarks = "0.1.3"
2325
StaticArrays = "1.9.7"
2426
Statistics = "1.11.1"

0 commit comments

Comments
 (0)