Skip to content

Commit 50c2138

Browse files
authored
Final attempt to get nltk updated (#1590)
I think the issue was that I failed to put the nltk dependency in the pinecone extra. Not sure why it was updated in all the other packages depending on sycamore, but not the root.
1 parent 4ddf61d commit 50c2138

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

apps/jupyter/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/remote-processor-service/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/remote-processors/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/sycamore/poetry.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/sycamore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ duckdb = ["duckdb"]
143143
elasticsearch = ["elasticsearch"]
144144
neo4j = ["neo4j"]
145145
opensearch = ["opensearch-py"]
146-
pinecone = ["pinecone", "pinecone-text"]
146+
pinecone = ["pinecone", "pinecone-text", "nltk"]
147147
weaviate = ["weaviate-client"]
148148
qdrant = ["qdrant-client"]
149149
iceberg = ["pyiceberg"]

poetry.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)