From d3cb1bfe878634258dd3dcb7f8e5acbfd6b74590 Mon Sep 17 00:00:00 2001 From: Wu Xingyong <771203553@qq.com> Date: Thu, 25 Sep 2025 14:50:12 +0800 Subject: [PATCH] fix: correct install_requires version specifier for swanlab --- UI-S1/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI-S1/setup.py b/UI-S1/setup.py index 9ffb087..cdbeb45 100644 --- a/UI-S1/setup.py +++ b/UI-S1/setup.py @@ -48,7 +48,7 @@ "retry", "modelscope", "ninja", - "swanlab=0.6.3" + "swanlab==0.6.3" ] TEST_REQUIRES = ["pytest", "pre-commit", "py-spy"]