We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0434d29 commit 9f9ff95Copy full SHA for 9f9ff95
setup.py
@@ -45,7 +45,7 @@
45
"dvclive",
46
# "mlflow", too many deps that lead to download a very old version of the lib
47
"matplotlib",
48
- "swanlab",
+ "swanlab[dashboard]", # dashboard required for local use
49
"trackio",
50
]
51
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]
0 commit comments