From b197ca480dbbfad461f0be5c59d1c622fec2e44e Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Tue, 4 Nov 2025 16:02:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:numpy=E6=9E=84=E5=BB=BA=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e88ef46..baa91db 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,4 +22,4 @@ python-dotenv==1.0.0 # 向量数据库和Embedding (长期记忆系统) chromadb>=0.5.0 sentence-transformers>=2.3.1 -numpy==1。26.4 \ No newline at end of file +numpy==1.26.4 \ No newline at end of file