Skip to content

Commit

Permalink
Merge pull request #166 from barrierye/master
Browse files Browse the repository at this point in the history
添加openpyxl依赖
  • Loading branch information
seiriosPlus authored Mar 7, 2024
2 parents c9768e0 + 43c0a15 commit 02ed9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions appbuilder/core/components/excel2figure/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def tool_eval(
}
except Exception as e:
result = f'绘制图表时发生错误:{e}'
logging.error(result, exc_info=True)
if streaming:
yield result
else:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ SQLAlchemy~=1.4.50
urllib3<2.0.0
tenacity
pandas
openpyxl

0 comments on commit 02ed9c8

Please sign in to comment.