Corin1998 commited on
Commit
aa423bd
·
verified ·
1 Parent(s): 0b2df0d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -3
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
- # requirements.txt
2
- gradio==4.44.1
3
  openai==1.51.0
4
  pdf2image==1.17.0
5
  Pillow==10.3.0
6
  python-docx==1.1.2
7
- reportlab==4.2.2 # ← 4.2.1 から 4.2.2 に変更
8
  huggingface_hub==0.25.2
9
  pandas==2.2.2
10
  pyarrow==17.0.0
 
1
+ gradio==4.44.1 # 4.44.0でも動きますが、4.44.1を推奨
 
2
  openai==1.51.0
3
  pdf2image==1.17.0
4
  Pillow==10.3.0
5
  python-docx==1.1.2
6
+ reportlab==4.2.2 # ← 4.2.1 は存在しないため 4.2.2
7
  huggingface_hub==0.25.2
8
  pandas==2.2.2
9
  pyarrow==17.0.0