Fix tracking swanlab (#3810)

* py310 and some changes

* fix

* Revert "py310 and some changes"

This reverts commit 0434d2929285d2a17c5c2e014c9c7c6cd06f0d9a.

* fix
This commit is contained in:
Marc Sun
2025-10-10 18:42:52 +02:00
committed by GitHub
parent df0c1870d9
commit f0313a64a2

View File

@ -45,7 +45,7 @@ extras["test_trackers"] = [
"dvclive", "dvclive",
# "mlflow", too many deps that lead to download a very old version of the lib # "mlflow", too many deps that lead to download a very old version of the lib
"matplotlib", "matplotlib",
"swanlab", "swanlab[dashboard]", # dashboard required for local use
"trackio", "trackio",
] ]
extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"] extras["dev"] = extras["quality"] + extras["testing"] + extras["rich"]