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 63de29b commit 9b35d64Copy full SHA for 9b35d64
src/utils.jl
@@ -15,7 +15,7 @@ function versioninfo()
15
_status(functional(:MIOpen)) "MIOpen" _ver(:MIOpen, MIOpen.version) _libpath(libMIOpen_path);
16
]
17
18
- PrettyTables.pretty_table(data; header=[
+ PrettyTables.pretty_table(data; column_labels=[
19
"Available", "Name", "Version", "Path"],
20
alignment=[:c, :l, :l, :l])
21
0 commit comments