Skip to content

Commit

Permalink
updated compat
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAment committed Apr 1, 2022
1 parent 18e5329 commit 5b0ff67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"

[[deps.ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra", "SparseArrays"]
git-tree-sha1 = "56c347caf09ad8acb3e261fe75f8e09652b7b05b"
git-tree-sha1 = "8b921542ad44cba67f1487e2226446597e0a90af"
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
version = "0.7.10"
version = "0.8.5"

[[deps.Artifacts]]
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand Down Expand Up @@ -112,9 +112,9 @@ uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"

[[deps.FillArrays]]
deps = ["LinearAlgebra", "Random", "SparseArrays", "Statistics"]
git-tree-sha1 = "deed294cde3de20ae0b2e0355a6c4e1c6a5ceffc"
git-tree-sha1 = "246621d23d1f43e3b9c368bf3b72b2331a27c286"
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
version = "0.12.8"
version = "0.13.2"

[[deps.ForwardDiff]]
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions", "StaticArrays"]
Expand Down Expand Up @@ -157,9 +157,9 @@ version = "1.1.1"

[[deps.LazyArrays]]
deps = ["ArrayLayouts", "FillArrays", "LinearAlgebra", "MacroTools", "MatrixFactorizations", "SparseArrays", "StaticArrays"]
git-tree-sha1 = "7c68d0680060e934af2d6ccd9bb06ff870a45bb1"
git-tree-sha1 = "3a26b464576880e43f29c5dc466b89fa9324ed5f"
uuid = "5078a376-72f3-5289-bfd5-ec5146d43c02"
version = "0.22.6"
version = "0.22.9"

[[deps.LazyInverses]]
deps = ["LinearAlgebra", "Test"]
Expand Down Expand Up @@ -211,9 +211,9 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"

[[deps.MatrixFactorizations]]
deps = ["ArrayLayouts", "LinearAlgebra", "Printf", "Random"]
git-tree-sha1 = "97a22108aee420254cec1c6d063243add81ca002"
git-tree-sha1 = "2212d36f97e01347adb1460a6914e20f2feee853"
uuid = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
version = "0.8.7"
version = "0.9.1"

[[deps.MbedTLS_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down Expand Up @@ -358,9 +358,9 @@ uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"

[[deps.TaylorSeries]]
deps = ["LinearAlgebra", "Markdown", "Requires", "SparseArrays"]
git-tree-sha1 = "4baa57538d07edb0d209469a0ff27e40234a91cc"
git-tree-sha1 = "9828a3a1c43cc9cf19764caba22445e44a7959fe"
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
version = "0.11.5"
version = "0.12.1"

[[deps.Test]]
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ WoodburyFactorizations = "9f1bac23-581c-4ebc-bd36-df60d764636d"
[compat]
BlockFactorizations = "1.1"
DiffResults = "1.0"
FillArrays = "0.12"
FillArrays = "0.12, 0.13"
ForwardDiff = "0.10"
IterativeSolvers = "0.9"
KroneckerProducts = "1.0"
LazyArrays = "0.22"
NearestNeighbors = "0.4"
SpecialFunctions = "2.0"
StaticArrays = "1.3"
TaylorSeries = "0.11"
StaticArrays = "1"
TaylorSeries = "0.11, 0.12"
ToeplitzMatrices = "0.7"
WoodburyFactorizations = "1.0"
julia = "1.7"

0 comments on commit 5b0ff67

Please sign in to comment.