We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabb167 commit 78f4ca1Copy full SHA for 78f4ca1
2 files changed
.github/workflows/ci.yml
@@ -15,9 +15,6 @@ jobs:
15
- Core
16
version:
17
- '1'
18
- - '1.6'
19
- - '1.7'
20
- - '1.8'
21
steps:
22
- uses: actions/checkout@v4
23
- uses: julia-actions/setup-julia@v1
Project.toml
@@ -1,6 +1,6 @@
1
name = "ArrayInterface"
2
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
3
-version = "7.5.2"
+version = "7.6.0"
4
5
[deps]
6
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -11,11 +11,11 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
11
12
[compat]
13
Adapt = "3"
14
-LinearAlgebra = "1.6"
+LinearAlgebra = "1.9"
Requires = "1"
-SparseArrays = "1.6"
-SuiteSparse = "1.6"
-julia = "1.6"
+SparseArrays = "1.9"
+SuiteSparse = "1.9"
+julia = "1.9"
[extensions]
ArrayInterfaceBandedMatricesExt = "BandedMatrices"
0 commit comments