Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 479bd57

Browse files
Require ArrayInterfaceStaticArrays
1 parent 8b52f99 commit 479bd57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "1.21.0"
66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
88
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
9+
ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd"
910
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
1011
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
1112
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
@@ -20,6 +21,7 @@ VertexSafeGraphs = "19fa3120-7c27-5ec5-8db8-b0b0aa330d6f"
2021
[compat]
2122
Adapt = "1, 2.0, 3.0"
2223
ArrayInterfaceCore = "0.1.1"
24+
ArrayInterfaceStaticArrays = "0.1"
2325
Compat = "2.2, 3"
2426
DataStructures = "0.17, 0.18"
2527
FiniteDiff = "2.8.1"
@@ -32,7 +34,6 @@ julia = "1.6"
3234

3335
[extras]
3436
ArrayInterfaceBlockBandedMatrices = "5331f1e9-51c7-46b0-a9b0-df4434785e0a"
35-
ArrayInterfaceStaticArrays = "b0d46f97-bff5-4637-a19a-dd75974142cd"
3637
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
3738
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
3839
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"

src/SparseDiffTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using Adapt
1212
using LinearAlgebra
1313
using SparseArrays, ArrayInterfaceCore
1414

15-
import StaticArrays
15+
import StaticArrays, ArrayInterfaceStaticArrays
1616

1717
using ForwardDiff: Dual, jacobian, partials, DEFAULT_CHUNK_THRESHOLD
1818
using DataStructures: DisjointSets, find_root!, union!

0 commit comments

Comments
 (0)