You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: TypeError: in keyword argument backend, expected Symbol, got a value
436
-
of type Val{:html}
445
+
Error: UndefVarError: `pretty_table` not defined
437
446
```
438
447
439
448
@@ -490,7 +499,11 @@ save("thermal_fluid.pdf", f)
490
499
f
491
500
```
492
501
493
-

502
+
```
503
+
Error: UndefVarError: `Figure` not defined
504
+
```
505
+
506
+
494
507
495
508
496
509
@@ -554,6 +567,7 @@ Status `/cache/build/exclusive-amdci3-0/julialang/scimlbenchmarks-dot-jl/benchma
554
567
[2f01184e] SparseArrays v1.10.0
555
568
[10745b16] Statistics v1.10.0
556
569
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated`
570
+
Warning The project dependencies or compat requirements have changed since the manifest was last resolved. It is recommended to `Pkg.resolve()` or consider `Pkg.update()` if necessary.
557
571
```
558
572
559
573
And the full manifest:
@@ -1024,5 +1038,6 @@ Status `/cache/build/exclusive-amdci3-0/julialang/scimlbenchmarks-dot-jl/benchma
1024
1038
[8e850ede] nghttp2_jll v1.52.0+1
1025
1039
[3f19e933] p7zip_jll v17.4.0+2
1026
1040
Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m`
1041
+
Warning The project dependencies or compat requirements have changed since the manifest was last resolved. It is recommended to `Pkg.resolve()` or consider `Pkg.update()` if necessary.
0 commit comments