From f0313a64a2f3de359924c85a98ee010c47b846ec Mon Sep 17 00:00:00 2001 From: Marc Sun <57196510+SunMarc@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:42:52 +0200 Subject: [PATCH] Fix tracking swanlab (#3810) * py310 and some changes * fix * Revert "py310 and some changes" This reverts commit 0434d2929285d2a17c5c2e014c9c7c6cd06f0d9a. * fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2754df9b..d696f470 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ extras["test_trackers"] = [ "dvclive", # "mlflow", too many deps that lead to download a very old version of the lib "matplotlib", - "swanlab", + "swanlab[dashboard]", # dashboard required for local use "trackio", ] extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]