Skip to content

Commit f84194d

Browse files
committed
move to cleaned up version
1 parent fd42e50 commit f84194d

File tree

6 files changed

+316
-306
lines changed

6 files changed

+316
-306
lines changed

Manifest.toml

Lines changed: 9 additions & 9 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.8.0-rc3"
3+
julia_version = "1.8.0-rc1"
44
manifest_format = "2.0"
5-
project_hash = "433872e5a7ba8439b7001e41ac71d6a52d310f1c"
5+
project_hash = "af895a133b6a6106bd9bdca4a7ead648eba13eee"
66

77
[[deps.Adapt]]
88
deps = ["LinearAlgebra"]
@@ -22,9 +22,9 @@ version = "6.0.21"
2222

2323
[[deps.ArrayInterfaceCore]]
2424
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
25-
git-tree-sha1 = "12bebdb8491042f36c8700705f11c28fef284515"
25+
git-tree-sha1 = "40debc9f72d0511e12d817c7ca06a721b6423ba3"
2626
uuid = "30b0a656-2188-435a-8636-2ec0e6a096e2"
27-
version = "0.1.16"
27+
version = "0.1.17"
2828

2929
[[deps.ArrayInterfaceOffsetArrays]]
3030
deps = ["ArrayInterface", "OffsetArrays", "Static"]
@@ -293,7 +293,7 @@ version = "0.6.3"
293293
[[deps.LibCURL_jll]]
294294
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
295295
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
296-
version = "7.83.1+1"
296+
version = "7.81.0+0"
297297

298298
[[deps.LibGit2]]
299299
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -500,9 +500,9 @@ version = "0.6.33"
500500

501501
[[deps.SciMLBase]]
502502
deps = ["ArrayInterfaceCore", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "RecipesBase", "RecursiveArrayTools", "StaticArraysCore", "Statistics", "Tables"]
503-
git-tree-sha1 = "7cb46ff55af945a8b68e148bf22f9325f7221d8d"
503+
git-tree-sha1 = "3c955ccc10d4ca8910fe6c39ffcf05f27412b975"
504504
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
505-
version = "1.45.0"
505+
version = "1.46.0"
506506

507507
[[deps.Serialization]]
508508
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -642,12 +642,12 @@ version = "0.2.2"
642642
[[deps.libblastrampoline_jll]]
643643
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
644644
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
645-
version = "5.1.1+0"
645+
version = "5.1.0+0"
646646

647647
[[deps.nghttp2_jll]]
648648
deps = ["Artifacts", "Libdl"]
649649
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
650-
version = "1.47.0+0"
650+
version = "1.41.0+1"
651651

652652
[[deps.p7zip_jll]]
653653
deps = ["Artifacts", "Libdl"]

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ version = "1.0.4"
66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
88
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
9+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
910
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1011
TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
1112

1213
[compat]
13-
julia = "1.0"
14-
LinearSolve = "1.0"
1514
DataFrames = "1.0"
15+
LinearSolve = "1.0"
1616
TableTraits = "1.0"
17+
julia = "1.0"
1718

1819
[extras]
1920
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)