Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -22,11 +22,12 @@ 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",
"click>=7.1.1",
"tantivy=0.24.0",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"tantivy=0.24.0",
"tantivy==0.24.0",

"py7zr~=1.0 ; python_version >= '3.9'",
"py7zr<0.20 ; python_version < '3.9'",
"openai~=1.70.0",
Expand Down
Loading