fix running on windows

This commit is contained in:
Xuwznln
2025-09-28 14:21:48 +08:00
parent a8d4df9901
commit 297001221d
4 changed files with 5 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ setup(
"numpy>=1.20.0",
"matplotlib>=3.5.0",
"seaborn>=0.11.0",
"pandas>=1.3.0",
"pandas>=1.3.0",,
"flask
],
extras_require={
"dev": [