Skip to content

Commit

Permalink
Update SciMLBase compats
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 2, 2023
1 parent 0f8878b commit fa3af38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
OrdinaryDiffEq = "6"
Plots = "1"
SciMLBase = "1"
SciMLBase = "1, 2"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
2 changes: 1 addition & 1 deletion perf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
OrdinaryDiffEq = "6"
Plots = "1"
SciMLBase = "1"
SciMLBase = "1, 2"

0 comments on commit fa3af38

Please sign in to comment.