Skip to content

Commit 18b582d

Browse files
github-actions[bot]dlfivefifty
authored andcommitted
CompatHelper: bump compat for "InfiniteArrays" to "0.5" (#10)
1 parent d759646 commit 18b582d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,22 @@ LazyBandedMatrices = "d7e5e226-e90b-4449-9968-0f923699bf6f"
1414
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1515
MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
1616

17-
1817
[compat]
1918
ArrayLayouts = "0.1"
2019
BandedMatrices = "0.14"
2120
BlockArrays = "0.10"
2221
BlockBandedMatrices = "0.6"
2322
FillArrays = "0.8"
24-
InfiniteArrays = "0.4"
23+
InfiniteArrays = "0.4, 0.5"
2524
LazyArrays = "0.14.4"
2625
LazyBandedMatrices = "0.0.1, 0.0.2"
2726
MatrixFactorizations = "0.2"
2827
julia = "1.2"
2928

3029
[extras]
3130
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
32-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3331
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
32+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3433

3534
[targets]
3635
test = ["Test", "Random", "SpecialFunctions"]

0 commit comments

Comments
 (0)