Skip to content

Commit 464694b

Browse files
committed
omjulia
1 parent 1729eb0 commit 464694b

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

benchmarks/OptimizationCUTEst/Manifest.toml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.9"
3+
julia_version = "1.11.0"
44
manifest_format = "2.0"
55
project_hash = "6772cd706a6b63c91ac654033fe106c262910b2c"
66

@@ -220,7 +220,7 @@ version = "3.4.3"
220220
deps = ["CUTEst_jll", "DataStructures", "JSON", "LazyArtifacts", "Libdl", "LinearAlgebra", "NLPModels", "Printf", "Quadmath", "REPL", "SIFDecode_jll", "SparseArrays"]
221221
git-tree-sha1 = "a6e017d974b64ab5d70ac5ac366fe9d6e7e2798c"
222222
uuid = "1b53aba6-35b6-5f92-a507-53c67d53f819"
223-
version = "1.1.0"
223+
version = "1.3.2"
224224

225225
[[deps.CUTEst_jll]]
226226
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl"]
@@ -949,7 +949,7 @@ version = "0.3.28"
949949
deps = ["Base64", "Conda", "Dates", "InteractiveUtils", "JSON", "Libdl", "Logging", "Markdown", "MbedTLS", "Pkg", "Printf", "REPL", "Random", "SoftGlobalScope", "Test", "UUIDs", "ZMQ"]
950950
git-tree-sha1 = "1b1299f7d6617291f3d260e9f5b0250afdaac8c0"
951951
uuid = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
952-
version = "1.26.0"
952+
version = "1.29.0"
953953

954954
[[deps.IfElse]]
955955
git-tree-sha1 = "debdd00ffef04665ccbb3e150747a77560e8fad1"
@@ -1029,7 +1029,7 @@ version = "1.3.1"
10291029
deps = ["Ipopt_jll", "LinearAlgebra", "MathOptInterface", "OpenBLAS32_jll", "PrecompileTools"]
10301030
git-tree-sha1 = "1c36bad7555cf516292984786fb23351a4e274f1"
10311031
uuid = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
1032-
version = "1.7.3"
1032+
version = "1.10.6"
10331033

10341034
[[deps.Ipopt_jll]]
10351035
deps = ["ASL_jll", "Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "MUMPS_seq_jll", "SPRAL_jll", "libblastrampoline_jll"]
@@ -1526,7 +1526,7 @@ version = "1.6.4"
15261526
deps = ["FastClosures", "LinearAlgebra", "LinearOperators", "Printf", "SparseArrays"]
15271527
git-tree-sha1 = "bf40a3b387d6238d0c353daed22289991ce95e77"
15281528
uuid = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
1529-
version = "0.21.3"
1529+
version = "0.21.5"
15301530

15311531
[[deps.NLSolversBase]]
15321532
deps = ["DiffResults", "Distributed", "FiniteDiff", "ForwardDiff"]
@@ -1652,6 +1652,12 @@ git-tree-sha1 = "887579a3eb005446d514ab7aeac5d1d027658b8f"
16521652
uuid = "e7412a2a-1a6e-54c0-be00-318e2571c051"
16531653
version = "1.3.5+1"
16541654

1655+
[[deps.OMJulia]]
1656+
deps = ["DataFrames", "DataStructures", "LightXML", "Random", "ZMQ"]
1657+
git-tree-sha1 = "5f2b4eb7fed3c1ac9108c72996bd1ac47da1c940"
1658+
uuid = "0f4fe800-344e-11e9-2949-fb537ad918e1"
1659+
version = "0.3.2"
1660+
16551661
[[deps.OpenBLAS32_jll]]
16561662
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl"]
16571663
git-tree-sha1 = "6065c4cff8fee6c6770b277af45d5082baacdba1"
@@ -1700,7 +1706,7 @@ weakdeps = ["MathOptInterface"]
17001706
deps = ["ADTypes", "ArrayInterface", "ConsoleProgressMonitor", "DocStringExtensions", "LBFGSB", "LinearAlgebra", "Logging", "LoggingExtras", "OptimizationBase", "Printf", "ProgressLogging", "Reexport", "SciMLBase", "SparseArrays", "TerminalLoggers"]
17011707
git-tree-sha1 = "df361b5dc1f91ffb601700a2bc4bfdcd4cc584ef"
17021708
uuid = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
1703-
version = "4.1.1"
1709+
version = "4.4.0"
17041710

17051711
[[deps.OptimizationBase]]
17061712
deps = ["ADTypes", "ArrayInterface", "DifferentiationInterface", "DocStringExtensions", "FastClosures", "LinearAlgebra", "PDMats", "Reexport", "Requires", "SciMLBase", "SparseArrays", "SparseConnectivityTracer", "SparseMatrixColorings"]
@@ -1734,7 +1740,7 @@ version = "2.4.0"
17341740
deps = ["LinearAlgebra", "MathOptInterface", "ModelingToolkit", "Optimization", "Reexport", "SciMLStructures", "SparseArrays", "SymbolicIndexingInterface", "Symbolics"]
17351741
git-tree-sha1 = "621750051ead75cabfeb583c4083147c31ad3271"
17361742
uuid = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
1737-
version = "0.5.2"
1743+
version = "0.5.4"
17381744

17391745
[[deps.OptimizationNLPModels]]
17401746
deps = ["ADTypes", "NLPModels", "Optimization", "Reexport", "SparseArrays"]
@@ -1749,7 +1755,7 @@ version = "0.0.2"
17491755
deps = ["Optim", "Optimization", "PrecompileTools", "Reexport", "SparseArrays"]
17501756
git-tree-sha1 = "980ec7190741db164a2923dc42d6f1e7ce2cc434"
17511757
uuid = "36348300-93cb-4f02-beb5-3c3902f8871e"
1752-
version = "0.4.1"
1758+
version = "0.4.3"
17531759

17541760
[[deps.Opus_jll]]
17551761
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1823,7 +1829,7 @@ version = "1.4.3"
18231829
deps = ["Base64", "Contour", "Dates", "Downloads", "FFMPEG", "FixedPointNumbers", "GR", "JLFzf", "JSON", "LaTeXStrings", "Latexify", "LinearAlgebra", "Measures", "NaNMath", "Pkg", "PlotThemes", "PlotUtils", "PrecompileTools", "Printf", "REPL", "Random", "RecipesBase", "RecipesPipeline", "Reexport", "RelocatableFolders", "Requires", "Scratch", "Showoff", "SparseArrays", "Statistics", "StatsBase", "TOML", "UUIDs", "UnicodeFun", "UnitfulLatexify", "Unzip"]
18241830
git-tree-sha1 = "564b477ae5fbfb3e23e63fc337d5f4e65e039ca4"
18251831
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1826-
version = "1.40.10"
1832+
version = "1.40.14"
18271833

18281834
[deps.Plots.extensions]
18291835
FileIOExt = "FileIO"
@@ -1958,7 +1964,7 @@ version = "2.11.2"
19581964
deps = ["Compat", "Printf", "Random", "Requires"]
19591965
git-tree-sha1 = "a03445b1a295fa37027ab23e8ff9a74b350f3fe2"
19601966
uuid = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
1961-
version = "0.5.11"
1967+
version = "0.5.13"
19621968

19631969
[[deps.REPL]]
19641970
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]

0 commit comments

Comments
 (0)