From 78fb283130a7c88c18613c40b532db2d8dcdd5fe Mon Sep 17 00:00:00 2001 From: Blade He Date: Mon, 25 Nov 2024 11:11:02 -0600 Subject: [PATCH] update python libraries --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0089946..d0747b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ PyMuPDF==1.24.4 python-dotenv==1.0.1 boto3==1.34.106 tqdm==4.66.4 -openai==1.35.10 \ No newline at end of file +openai==1.35.10 +json_repair==0.28.3 +scikit-learn==1.5.1 \ No newline at end of file