From 6d1fecbdaceb75ad39b33b4b132d29426a3f4858 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sun, 13 Apr 2025 20:29:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 unsloth 的最低版本要求从 2025.3.9 提升到 2025.3.19 - 新增 sqlmodel 依赖,版本不低于 0.0.24 - 新增 jinja2 依赖,版本不低于 3.1.0 --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8bff6c3..ad485ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ pydantic>=2.0.0 gradio>=5.0.0 langchain>=0.3 tinydb>=4.0.0 -unsloth>=2025.3.9 \ No newline at end of file +unsloth>=2025.3.19 +sqlmodel>=0.0.24 +jinja2>=3.1.0 \ No newline at end of file