File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ MuladdMacro = "0.2.4"
2424PrecompileTools = " 1"
2525Random = " 1"
2626SafeTestsets = " 0.1, 1"
27- SciMLTesting = " 1"
27+ SciMLTesting = " 2. 1"
2828SparseArrays = " 1"
2929SuiteSparse_jll = " 7"
3030Test = " 1"
Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ PureKLU = "0c0d3e7f-3a8b-4f7e-b6f1-9a4d2e7c1f01"
55SciMLTesting = " 09d9d899-5365-40a9-917a-5f67fddea283"
66Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
77
8- [sources ]
9- PureKLU = {path = " ../.." }
10-
118[compat ]
129Aqua = " 0.8"
1310JET = " 0.9,0.10,0.11"
14- SciMLTesting = " 1.6 "
11+ SciMLTesting = " 2.1 "
1512Test = " 1"
1613julia = " 1.10"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ using JET
44run_qa (
55 PureKLU;
66 explicit_imports = true ,
7+ api_docs_kwargs = (; rendered = true ),
78 ei_kwargs = (;
89 no_stale_explicit_imports = (;
910 # `@muladd` is imported from MuladdMacro but currently unused; kept as a
You can’t perform that action at this time.
0 commit comments