Skip to content

Commit

Permalink
Merge pull request #76 from mcpaddy/mmh3-bump
Browse files Browse the repository at this point in the history
Add mmh3 4.X as dependency
  • Loading branch information
acatav authored Mar 22, 2024
2 parents 0eb00a2 + 67b6504 commit 095e62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pinecone-text"
version = "0.8.0"
version = "0.9.0"
description = "Text utilities library by Pinecone.io"
authors = ["Pinecone.io"]
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ torch = { version = ">=1.13.1", optional = true }
transformers = { version = ">=4.26.1", optional = true }
sentence-transformers = { version = ">=2.0.0", optional = true }
wget = "^3.2"
mmh3 = "^3.1.0"
mmh3 = "^4.1.0"
nltk = "^3.6.5"
openai = { version = "^1.2.3", optional = true }
cohere = { version = "^4.37", optional = true }
Expand Down

0 comments on commit 095e62c

Please sign in to comment.