From 2270b34bb719fe50c379aa532a2b03bf5019b6eb Mon Sep 17 00:00:00 2001 From: Yizheng Huang Date: Fri, 11 Jul 2025 16:35:03 -0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=91=B7=20build:=20added=20the=20depen?= =?UTF-8?q?dency=20for=20pyproject.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 16cbe9f..7c5fa22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,7 @@ classifiers = [ dependencies = [ "rich>=13.6.0", "click>=7.1.1", + "tantivy=0.24.0", "py7zr~=1.0 ; python_version >= '3.9'", "py7zr<0.20 ; python_version < '3.9'", "openai~=1.70.0", From 3b46173972731bc4d485ff67f98793d1542bca2a Mon Sep 17 00:00:00 2001 From: Yizheng Huang Date: Fri, 11 Jul 2025 16:46:32 -0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20fix:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c5fa22..cfd3978 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.8.1" license = "Apache-2.0" authors = [ { name = "Yizheng Huang", email = "huangyz0918@gmail.com" }, - { name = "Huaizheng Zhang" } + { name = "Huaizheng Zhang" }, ] keywords = ["LLM", "deep learning", "MLOps", "shell", "neural networks"] classifiers = [ @@ -22,7 +22,7 @@ classifiers = [ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Programming Language :: Python :: 3", - "Operating System :: OS Independent" + "Operating System :: OS Independent", ] dependencies = [ "rich>=13.6.0",