Skip to content

Commit

Permalink
Add compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 22, 2023
1 parent 23d5f81 commit 270dcfd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[weakdeps]
ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"

[extensions]
BoundaryValueDiffEqODEInterfaceExt = "ODEInterface"

[compat]
ADTypes = "0.2"
Adapt = "3"
Expand All @@ -30,19 +36,16 @@ DiffEqBase = "6.94.2"
ForwardDiff = "0.10"
NonlinearSolve = "2"
ODEInterface = "0.5"
PreallocationTools = "0.4"
RecursiveArrayTools = "2.38"
Reexport = "0.2, 1.0"
SciMLBase = "2"
Setfield = "1"
SparseDiffTools = "2.6"
TruncatedStacktraces = "1"
UnPack = "1"
julia = "1.9"

[weakdeps]
ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"

[extensions]
BoundaryValueDiffEqODEInterfaceExt = "ODEInterface"

[extras]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Expand Down

0 comments on commit 270dcfd

Please sign in to comment.