Skip to content

Commit 43ecdaf

Browse files
committed
Support new packages
1 parent 45c1068 commit 43ecdaf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ContinuumArrays"
22
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
3-
version = "0.3.5"
3+
version = "0.3.6"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -13,10 +13,10 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1313
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1414

1515
[compat]
16-
ArrayLayouts = "0.4.10"
17-
BandedMatrices = "0.15.17"
18-
FillArrays = "0.9.3, 0.10"
19-
InfiniteArrays = "0.8"
16+
ArrayLayouts = "0.4.10, 0.5"
17+
BandedMatrices = "0.15.17, 0.16"
18+
FillArrays = "0.9.3, 0.10, 0.11"
19+
InfiniteArrays = "0.8, 0.9"
2020
IntervalSets = "0.4, 0.5"
2121
LazyArrays = "0.19"
2222
QuasiArrays = "0.3.5"

0 commit comments

Comments
 (0)