Skip to content

Commit

Permalink
Add mmh3 4.X as dependency
Browse files Browse the repository at this point in the history
Before this patch mmh3 was locked to 3.1.*. This allows version 4
of mmh3 to be used.
  • Loading branch information
mcpaddy committed Mar 14, 2024
1 parent 0eb00a2 commit 49db49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 49db49f

Please sign in to comment.