Skip to content

[MRG] Added the dependency for pyproject.toml#306

Merged
huangyz0918 merged 2 commits into
mainfrom
fix/add-tantivy-dependency
Jul 12, 2025
Merged

[MRG] Added the dependency for pyproject.toml#306
huangyz0918 merged 2 commits into
mainfrom
fix/add-tantivy-dependency

Conversation

@huangyz0918
Copy link
Copy Markdown
Member

Closes #305

@huangyz0918 huangyz0918 requested a review from YuanmingLeee July 11, 2025 23:35
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 11, 2025
@huangyz0918 huangyz0918 changed the title [MRG ]Added the dependency for pyproject.toml [MRG] Added the dependency for pyproject.toml Jul 11, 2025
@huangyz0918 huangyz0918 merged commit d6aee86 into main Jul 12, 2025
2 of 3 checks passed
@huangyz0918 huangyz0918 deleted the fix/add-tantivy-dependency branch July 12, 2025 02:41
Comment thread pyproject.toml
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",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

tantivy is not installed by default

2 participants