Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <[email protected]>
  • Loading branch information
gitworkflows authored Oct 12, 2024
1 parent 10ad02d commit 41fe3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ def knowledge_requires():
pip install "gptdb[rag]"
"""
setup_spec.extras["rag"] = setup_spec.extras["vstore"] + [
"spacy>=3.7",
"spacy==3.7",
"markdown",
"bs4",
"python-pptx",
Expand Down

0 comments on commit 41fe3b1

Please sign in to comment.