Skip to content

Commit 571c388

Browse files
committed
修复 名单导入,支持 xls 文件读取
1 parent 0ea4001 commit 571c388

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG/v2.3.0/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ v2.3 - Shiroko (砂狼白子) release 1
2525
- 修复 **设置窗口**,最大化侧边栏无法展开
2626
- 修复 **摄像头预热**,避免 QThread 自等待
2727
- 修复 **人脸抽取**,启动多线程崩溃
28+
- 修复 **名单导入**,支持 xls 文件读取
2829

2930
## 🔧 其它变更
3031

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies = [
2424
"pandas>2.0.3",
2525
"pillow>=10.4.0",
2626
"openpyxl==3.1.5",
27+
"xlrd>=2.0.1",
2728
"imageio>=2.37.2",
2829
"opencv-python>=4.13.0.90",
2930
"qrcode>=7.4.2",

requirements-linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ numpy~=1.24.4
1818
pandas~=2.0.3
1919
pillow~=10.4.0
2020
openpyxl==3.1.5
21+
xlrd>=2.0.1
2122

2223
# === 网络与通信 ===
2324
requests==2.32.4

requirements-windows.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ numpy~=1.24.4
1818
pandas~=2.0.3
1919
pillow~=10.4.0
2020
openpyxl==3.1.5
21+
xlrd>=2.0.1
2122

2223
# === 网络与通信 ===
2324
requests==2.32.4

uv.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)