Corin1998 commited on
Commit
3cd0537
·
verified ·
1 Parent(s): e90e690

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  gradio==4.44.0
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.1
7
  huggingface_hub==0.25.2
8
  pandas==2.2.2
9
- pyarrow==17.0.0
 
1
  gradio==4.44.0
2
  openai==1.51.0
3
+ pydantic>=2.7.0 # ← OpenAI SDKがv2系を要求。ベースのv1固定を上書き
4
  pdf2image==1.17.0
5
  Pillow==10.3.0
6
  python-docx==1.1.2
7
+ reportlab==4.4.5 # ← 存在する安定版に差し替え(ログにあるとおり利用可)
8
  huggingface_hub==0.25.2
9
  pandas==2.2.2
10
+ pyarrow==17.0.0