3a05chatgpt commited on
Commit
4d3d855
·
verified ·
1 Parent(s): 1f07c6f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -9
requirements.txt CHANGED
@@ -1,9 +1,3 @@
1
- # PDF 摘要助手所需的套件 - 已更新至最新安全版本
2
- gradio>=5.0.0
3
- openai>=1.50.0
4
- PyMuPDF>=1.24.0
5
-
6
- # 可選的額外套件(用於增強功能)
7
- # python-dotenv>=1.0.0 # 如果需要使用 .env 文件管理環境變數
8
- # pillow>=10.0.0 # 如果需要處理圖片
9
- # requests>=2.31.0 # 如果需要進行 HTTP 請求
 
1
+ gradio==4.20.0
2
+ openai
3
+ PyMuPDF