Skip to content

Commit 1d598c1

Browse files
committed
fix test deps for ODELinear
1 parent 68ded28 commit 1d598c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/OrdinaryDiffEqLinear/Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ ExponentialUtilities = "1.27"
2020
LinearAlgebra = "<0.0.1, 1"
2121
OrdinaryDiffEqCore = "1.1"
2222
OrdinaryDiffEqRosenbrock = "<0.0.1, 1"
23+
OrdinaryDiffEqVerner = "<0.0.1, 1"
24+
OrdinaryDiffEqTsit5 = "<0.0.1, 1"
2325
Random = "<0.0.1, 1"
2426
RecursiveArrayTools = "3.27.0"
2527
Reexport = "1.2.2"
@@ -34,11 +36,13 @@ Aqua = "0.8.11"
3436
[extras]
3537
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
3638
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
39+
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
40+
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
3741
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
3842
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3943
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4044
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
4145
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4246

4347
[targets]
44-
test = ["DiffEqDevTools", "Random", "OrdinaryDiffEqRosenbrock", "SafeTestsets", "Test", "JET", "Aqua"]
48+
test = ["DiffEqDevTools", "Random", "OrdinaryDiffEqRosenbrock", "SafeTestsets", "Test", "JET", "Aqua", "OrdinaryDiffEqVerner", "OrdinaryDiffEqTsit5"]

0 commit comments

Comments
 (0)