We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7994e08 commit 8d3832bCopy full SHA for 8d3832b
.github/workflows/ci.yml
@@ -10,8 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.5'
14
- - '1'
+ - '1.6'
15
- '^1.7.0-0'
16
os:
17
- ubuntu-latest
Project.toml
@@ -1,6 +1,6 @@
1
name = "BlockBandedMatrices"
2
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
3
-version = "0.10.9"
+version = "0.11"
4
5
[deps]
6
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -18,7 +18,7 @@ BandedMatrices = "0.16.8"
18
BlockArrays = "0.16.6"
19
FillArrays = "0.11, 0.12"
20
MatrixFactorizations = "0.7.1, 0.8"
21
-julia = "1.5"
+julia = "1.6"
22
23
[extras]
24
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
0 commit comments