Skip to content

Commit 4fb9bc6

Browse files
Merge pull request #1316 from SciML/compat-helper-consolidation
CompatHelper: consolidate version bumps for multiple packages
2 parents 0a5ccb8 + 45790bf commit 4fb9bc6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

benchmarks/HybridJumps/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1919
[compat]
2020
BenchmarkTools = "1.4"
2121
Catalyst = "15"
22-
DataStructures = "0.18"
22+
DataStructures = "0.18, 0.19"
2323
DiffEqCallbacks = "4"
2424
Distributions = "0.25"
2525
JumpProcesses = "9.9"

benchmarks/SimpleHandwrittenPDE/Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240"
1313
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
1414

1515
[compat]
16+
ClassicalOrthogonalPolynomials = "0.15"
1617
DiffEqDevTools = "2.22"
18+
LinearSolve = "3"
1719
LSODA = "0.6, 0.7"
20+
OrdinaryDiffEq = "6"
1821
Plots = "1.4"
1922
SciMLBenchmarks = "0.1"
23+
SciMLOperators = "1"
24+
SummationByPartsOperators = "0.5"
2025
Sundials = "4.2"

0 commit comments

Comments
 (0)