We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446f6b5 commit 9603f94Copy full SHA for 9603f94
test/Project.toml
@@ -1,11 +1,15 @@
1
[deps]
2
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
3
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
4
+OrdinaryDiffEqLowStorageRK = "b0944070-b475-4768-8dec-fb6eb410534d"
5
+OrdinaryDiffEqSSPRK = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
6
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7
Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
8
9
[compat]
10
NLsolve = "4.5.1"
-OrdinaryDiffEq = "6.53.2"
11
+OrdinaryDiffEq = "6.91"
12
+OrdinaryDiffEqLowStorageRK = "1.2"
13
+OrdinaryDiffEqSSPRK = "1.2"
14
Test = "1"
15
Trixi = "0.9.9, 0.10, 0.11"
0 commit comments