Skip to content

Commit 532231b

Browse files
Merge pull request #2650 from jClugstor/compat_fix
Add missing compat bounds preventing registration
2 parents f89b6a6 + 3b8938a commit 532231b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2727
[compat]
2828
ADTypes = "1.14"
2929
ArrayInterface = "7"
30+
ConcreteStructs = "0.2.2"
31+
ConstructionBase = "1.5.8"
3032
DiffEqBase = "6"
3133
DiffEqDevTools = "2.44.4"
3234
DifferentiationInterface = "0.6.48"
@@ -40,7 +42,9 @@ OrdinaryDiffEqCore = "1.21"
4042
Random = "<0.0.1, 1"
4143
SafeTestsets = "0.1.0"
4244
SciMLBase = "2"
45+
SciMLOperators = "0.3.13"
4346
SparseArrays = "1"
47+
SparseMatrixColorings = "0.4.14"
4448
StaticArrayInterface = "1"
4549
StaticArrays = "1"
4650
Test = "<0.0.1, 1"

0 commit comments

Comments
 (0)