mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 10:48:32 +00:00
deps: Update Manifest.toml for IterativeSolvers
- Lock IterativeSolvers.jl v0.9.4 - Update dependency tree after Project.toml changes
This commit is contained in:
+14
-2
@@ -2,7 +2,7 @@
|
||||
|
||||
julia_version = "1.12.1"
|
||||
manifest_format = "2.0"
|
||||
project_hash = "1ac85d871885c1a11e0aa8c086962ff6ff097771"
|
||||
project_hash = "bd0dbd8bd4a9a54a7162028970accd65b88e421e"
|
||||
|
||||
[[deps.ArgTools]]
|
||||
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
|
||||
@@ -166,6 +166,12 @@ git-tree-sha1 = "b2d91fe939cae05960e760110b328288867b5758"
|
||||
uuid = "92d709cd-6900-40b7-9082-c6be49f344b6"
|
||||
version = "0.2.6"
|
||||
|
||||
[[deps.IterativeSolvers]]
|
||||
deps = ["LinearAlgebra", "Printf", "Random", "RecipesBase", "SparseArrays"]
|
||||
git-tree-sha1 = "59545b0a2b27208b0650df0a46b8e3019f85055b"
|
||||
uuid = "42fd0dbc-a981-5370-80f2-aaf504508153"
|
||||
version = "0.9.4"
|
||||
|
||||
[[deps.JLLWrappers]]
|
||||
deps = ["Artifacts", "Preferences"]
|
||||
git-tree-sha1 = "0533e564aae234aff59ab625543145446d8b6ec2"
|
||||
@@ -191,7 +197,7 @@ uuid = "aacddb02-875f-59d6-b918-886e6ef4fbf8"
|
||||
version = "3.1.3+0"
|
||||
|
||||
[[deps.JuliaFEM]]
|
||||
deps = ["Gmsh", "LinearAlgebra", "Logging", "SparseArrays", "Tensors"]
|
||||
deps = ["BenchmarkTools", "Gmsh", "IterativeSolvers", "LinearAlgebra", "Logging", "SparseArrays", "Tensors"]
|
||||
path = "."
|
||||
uuid = "f80590ac-b429-510a-8a99-e7c46989f22d"
|
||||
version = "0.5.2"
|
||||
@@ -456,6 +462,12 @@ deps = ["SHA"]
|
||||
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
version = "1.11.0"
|
||||
|
||||
[[deps.RecipesBase]]
|
||||
deps = ["PrecompileTools"]
|
||||
git-tree-sha1 = "5c3d09cc4f31f5fc6af001c250bf1278733100ff"
|
||||
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
|
||||
version = "1.3.4"
|
||||
|
||||
[[deps.SCOTCH_jll]]
|
||||
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"]
|
||||
git-tree-sha1 = "7110b749766853054ce8a2afaa73325d72d32129"
|
||||
|
||||
Reference in New Issue
Block a user