Skip to content

Commit a68a60e

Browse files
github-actions[bot]CompatHelper Juliajagot
authored
CompatHelper: bump compat for ContinuumArrays to 0.12, (keep existing compat) (#62)
* CompatHelper: bump compat for ContinuumArrays to 0.12, (keep existing compat) * Bump version * Added compat entries for extra packages Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Stefanos Carlström <[email protected]>
1 parent 6638b00 commit a68a60e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Project.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CompactBases"
22
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.3.11"
4+
version = "0.3.12"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
@@ -19,17 +19,22 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
1919
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2020

2121
[compat]
22+
ArnoldiMethod = "0.2"
2223
BandedMatrices = "0.16,0.17"
2324
BlockBandedMatrices = "0.11"
24-
ContinuumArrays = "0.10, 0.11"
25+
ContinuumArrays = "0.10, 0.11, 0.12"
2526
FastGaussQuadrature = "0.4, 0.5"
2627
FillArrays = "0.12,0.13"
2728
Formatting = "0.4"
2829
IntervalSets = "0.5.1,0.6,0.7"
2930
LazyArrays = "0.22"
3031
OffsetArrays = "1.1"
32+
PrettyTables = "2"
33+
ProgressMeter = "1.5"
3134
QuasiArrays = "0.9"
3235
RecipesBase = "1.0"
36+
RollingFunctions = "0.6, 0.7"
37+
UnicodePlots = "3"
3338
julia = "1.6"
3439

3540
[extras]

0 commit comments

Comments
 (0)