Skip to content

Commit 9f9ff95

Browse files
committed
fix
1 parent 0434d29 commit 9f9ff95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dvclive",
4646
# "mlflow", too many deps that lead to download a very old version of the lib
4747
"matplotlib",
48-
"swanlab",
48+
"swanlab[dashboard]", # dashboard required for local use
4949
"trackio",
5050
]
5151
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]

0 commit comments

Comments
 (0)