Skip to content

Commit 9603f94

Browse files
Fix test environment with package extensions (#76)
* try to fix test environment * remove package as dependency in test
1 parent 446f6b5 commit 9603f94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[deps]
22
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
33
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4+
OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
5+
OrdinaryDiffEqSSPRK = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
46
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
57
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
68

79
[compat]
810
NLsolve = "4.5.1"
9-
OrdinaryDiffEq = "6.53.2"
11+
OrdinaryDiffEq = "6.91"
12+
OrdinaryDiffEqLowStorageRK = "1.2"
13+
OrdinaryDiffEqSSPRK = "1.2"
1014
Test = "1"
1115
Trixi = "0.9.9, 0.10, 0.11"

0 commit comments

Comments
 (0)