Skip to content

Commit d94294c

Browse files
fix(dspy): update the pyproject.toml
1 parent 05bba1c commit d94294c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies = [
4141

4242
[project.optional-dependencies]
4343
anthropic = ["anthropic~=0.18.0"]
44-
azure-ai-search = ["azure-search-documents~=11.6.0b1"]
4544
chromadb = ["chromadb~=0.4.14"]
4645
qdrant = ["qdrant-client>=1.6.2", "fastembed>=0.1.0"]
4746
marqo = ["marqo"]
@@ -119,7 +118,6 @@ rich = "^13.7.1"
119118
psycopg2 = {version = "^2.9.9", optional = true}
120119
pgvector = {version = "^0.2.5", optional = true}
121120
structlog = "^24.1.0"
122-
azure-search-documents = {version = "11.6.0b1", optional = true}
123121

124122

125123
[tool.poetry.group.dev.dependencies]
@@ -140,7 +138,6 @@ weaviate = ["weaviate-client"]
140138
milvus = ["pymilvus"]
141139
aws = ["boto3"]
142140
postgres = ["psycopg2", "pgvector"]
143-
azure-ai-search = ["azure-search-documents"]
144141
docs = [
145142
"sphinx",
146143
"furo",

0 commit comments

Comments
 (0)