Skip to content

Commit

Permalink
add compats
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen committed Nov 19, 2022
1 parent 1abf07c commit bfc4c7e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions diagrams/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ParameterizedFunctions = "65888b18-ceab-5e60-b2b9-181511a3b968"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"

[compat]
DiffEqDevTools = "2.32"
LSODA = "0.7"
OrdinaryDiffEq = "6.31"
ParameterizedFunctions = "5.15"
Plots = "1.36"
Sundials = "4.10"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.25.3"
Documenter = "0.27"
9 changes: 9 additions & 0 deletions test/downstream/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"
ODEInterfaceDiffEq = "09606e27-ecf5-54fc-bb29-004bd9f985bf"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
CUDA = "3.12"
DDEProblemLibrary = "0.1"
DelayDiffEq = "5.39"
ODEInterface = "0.5"
ODEInterfaceDiffEq = "3.11"
SciMLSensitivity = "7.11"
Zygote = "0.6"

0 comments on commit bfc4c7e

Please sign in to comment.