Skip to content

Commit

Permalink
add compat bounds for stdlibs (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert authored Nov 19, 2023
1 parent 57d4900 commit 68e64f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240"

[compat]
DiffEqBase = "6.121"
LinearAlgebra = "1"
PolynomialBases = "0.4.15"
Printf = "1"
RecipesBase = "1.1"
Reexport = "1.0"
Roots = "2.0.17"
SciMLBase = "1.90, 2"
SimpleUnPack = "1.1"
SparseArrays = "1"
StaticArrays = "1"
SummationByPartsOperators = "0.5.41"
julia = "1.8"
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Aqua = "0.7, 0.8"
OrdinaryDiffEq = "6.49.1"
Plots = "1.16"
SparseArrays = "1"
SummationByPartsOperators = "0.5.41"
Test = "1"

0 comments on commit 68e64f4

Please sign in to comment.