[fix]document:pandas.read_excel error: Missing optional dependency 'python-calamine'.

This commit is contained in:
lixiangcheng1
2025-12-30 17:44:37 +08:00
parent 724eb4f801
commit 82b9925448
4 changed files with 12 additions and 2 deletions

View File

@@ -135,6 +135,8 @@ dependencies = [
"graspologic==3.4.5.dev2",
"markdown-to-json==2.1.1",
"valkey==6.0.2",
"python-calamine>=0.4.0",
"xlrd==2.0.2"
]
[tool.pytest.ini_options]