Skip to content

Commit c5a33c5

Browse files
Allow DataInterpolations 9 (#4763)
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent fb3706f commit c5a33c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ BoundaryValueDiffEqMIRK = "1.13.0"
7070
Combinatorics = "1.0.2"
7171
CommonSolve = "0.2.6"
7272
ConstructionBase = "1.5.8"
73-
DataInterpolations = "7, 8"
73+
DataInterpolations = "7, 8, 9"
7474
DataStructures = "0.18, 0.19"
7575
DelayDiffEq = "5.61, 6"
7676
DiffEqBase = "7.4.2"

lib/ModelingToolkitBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ CommonSolve = "0.2.4"
108108
Compat = "4"
109109
ConstructionBase = "1"
110110
ControlSystemsBase = "1"
111-
DataInterpolations = "8.7"
111+
DataInterpolations = "8.7, 9"
112112
DataStructures = "0.18, 0.19"
113113
DelayDiffEq = "5.61, 6"
114114
DiffEqBase = "7.4.2"

0 commit comments

Comments
 (0)