Skip to content

Commit e6e1272

Browse files
AayushSabharwalChrisRackauckas
authored andcommitted
build: add SII as dependency
1 parent 1643719 commit e6e1272

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2121
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2222
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
2323
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
24+
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
2425

2526
[compat]
2627
ArrayInterface = "7"
@@ -37,4 +38,5 @@ Reexport = "0.2, 1.0"
3738
SciMLBase = "2.59.2"
3839
SimpleNonlinearSolve = "0.1, 1, 2"
3940
SimpleUnPack = "1"
41+
SymbolicIndexingInterface = "0.3.36"
4042
julia = "1.9"

src/DelayDiffEq.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ using SimpleUnPack
1313

1414
import ArrayInterface
1515
import SimpleNonlinearSolve
16+
import SymbolicIndexingInterface as SII
1617

1718
using DiffEqBase: AbstractDDEAlgorithm, AbstractDDEIntegrator, AbstractODEIntegrator,
1819
DEIntegrator, AbstractDDEProblem

0 commit comments

Comments
 (0)