From 6665f92f21bc71080b3e2394615ade510699fd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=85=E8=AF=BA=E7=8B=90?= <212194964+foxcyber907@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:42:00 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c552fe532..3101e7e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "asyncddgs>=0.1.0a1", "asyncio>=4.0.0", "beautifulsoup4>=4.13.4", - "cognee>=0.2.3", + "chromadb>=0.5.0", "colorama>=0.4.6", "cryptography>=45.0.5", "customtkinter>=5.2.2", @@ -34,7 +34,7 @@ dependencies = [ "numpy>=2.2.6", "openai>=1.95.0", "opencv-python>=4.11.0.86", - "packaging==24.1", + "packaging>=25.0", "pandas>=2.3.1", "peewee>=3.18.2", "pillow>=11.3.0",