Skip to content

Commit

Permalink
Remove unused meilisearch dependency (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Jun 9, 2024
1 parent 81ebbd1 commit 1eed7aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sentence-transformers = {version="2.2.2", optional=true}
torch = {version="2.0.0", optional=true}
psycopg2 = {version="^2.9.7", optional=true}
pymysql = {version = "^1.1.0", optional = true}
meilisearch = {version="^0.28.3", optional=true}
meilisearch-python-sdk = {version="^2.2.3", optional=true}
litellm = {version = "^1.30.1", optional = true}
metaphor-python = {version = "^0.1.23", optional = true}
Expand Down Expand Up @@ -134,7 +133,7 @@ mkdocs = [
"mkdocs-gen-files", "mkdocs-literate-nav",
"mkdocs-section-index", "mkdocs-jupyter", "mkdocs-rss-plugin"
]
meilisearch = ["meilisearch", "meilisearch-python-sdk"]
meilisearch = ["meilisearch-python-sdk"]
momento = ["momento"]


Expand Down

0 comments on commit 1eed7aa

Please sign in to comment.