Skip to content

Commit d3cb1bf

Browse files
committed
fix: correct install_requires version specifier for swanlab
1 parent 872c84b commit d3cb1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI-S1/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"retry",
4949
"modelscope",
5050
"ninja",
51-
"swanlab=0.6.3"
51+
"swanlab==0.6.3"
5252
]
5353

5454
TEST_REQUIRES = ["pytest", "pre-commit", "py-spy"]

0 commit comments

Comments
 (0)