Skip to content

Commit 1634459

Browse files
Merge pull request #195 from MCU-UAV/main
fix: correct install_requires version specifier for swanlab
2 parents d331605 + d3cb1bf commit 1634459

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)