Skip to content

Commit ec4dee8

Browse files
committed
Update Project.toml and Manifest.toml
1 parent 7ba31ee commit ec4dee8

File tree

4 files changed

+373
-7
lines changed

4 files changed

+373
-7
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
99
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1010
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
1111
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12+
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
1213
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
1314
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1415
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

docs/Manifest.toml

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

3-
julia_version = "1.10.0"
3+
julia_version = "1.10.3"
44
manifest_format = "2.0"
5-
project_hash = "6cb04e0444d1618368044337280d73d6270dffbd"
5+
project_hash = "4b7069ad873b9ee3a87e9cd465d2e88f0c48fbcb"
66

77
[[deps.ANSIColoredPrinters]]
88
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
@@ -33,7 +33,7 @@ version = "1.3.3"
3333
[[deps.CompilerSupportLibraries_jll]]
3434
deps = ["Artifacts", "Libdl"]
3535
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
36-
version = "1.0.5+1"
36+
version = "1.1.1+0"
3737

3838
[[deps.Dates]]
3939
deps = ["Printf"]
@@ -278,7 +278,7 @@ version = "1.13.0"
278278
[[deps.OpenBLAS_jll]]
279279
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
280280
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
281-
version = "0.3.23+2"
281+
version = "0.3.23+4"
282282

283283
[[deps.OpenMPI_jll]]
284284
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "PMIx_jll", "TOML", "Zlib_jll", "libevent_jll", "prrte_jll"]
@@ -311,15 +311,15 @@ version = "2.8.1"
311311

312312
[[deps.PartitionedArrays]]
313313
deps = ["CircularArrays", "Distances", "FillArrays", "IterativeSolvers", "LinearAlgebra", "MPI", "Printf", "Random", "SparseArrays", "SparseMatricesCSR"]
314-
path = ".."
314+
git-tree-sha1 = "3ee85cd1cf445e8e1bb904ab2082f0f6fc1874f0"
315315
uuid = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
316-
version = "0.4.5"
316+
version = "0.4.6"
317317

318318
[[deps.PartitionedSolvers]]
319319
deps = ["IterativeSolvers", "LinearAlgebra", "PartitionedArrays", "Random", "SparseArrays"]
320320
path = "../PartitionedSolvers"
321321
uuid = "11b65f7f-80ac-401b-9ef2-3db765482d62"
322-
version = "0.1.0"
322+
version = "0.2.0"
323323

324324
[[deps.Pkg]]
325325
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
44
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
5+
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
56
PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9"
67
PartitionedSolvers = "11b65f7f-80ac-401b-9ef2-3db765482d62"

0 commit comments

Comments
 (0)