From 8feefeb053b08191e6064ae97ca71daad45678a3 Mon Sep 17 00:00:00 2001 From: jinye_huang Date: Thu, 10 Jul 2025 14:57:05 +0800 Subject: [PATCH] require --- requirements.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index eabda20..f3c4589 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,12 @@ -fastapi==0.115.12 -numpy==2.2.5 -openai==1.77.0 -Pillow==11.2.1 +json_repair==0.47.6 +numpy==2.3.1 +openai==1.93.3 +opencv_python==4.11.0.86 +opencv_python_headless==4.11.0.86 +Pillow==11.3.0 +psutil==6.1.0 +pydantic==2.11.7 +scikit_learn==1.7.0 +scipy==1.16.0 +simplejson==3.20.1 tiktoken==0.9.0 -uvicorn==0.34.2 -opencv-python