From 6613510b27537243412c2b58914d2912ab9c4c9c Mon Sep 17 00:00:00 2001 From: miguel_amorim Date: Tue, 28 Jul 2026 15:08:58 +0100 Subject: [PATCH] Allow mmh3 5.x (>=4.1.0,<6.0.0) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fd4228..e3f94c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.9,<4.0" torch = { version = ">=1.13.1", optional = true } transformers = { version = ">=4.26.1", optional = true } sentence-transformers = { version = ">=2.0.0", optional = true } -mmh3 = "^4.1.0" +mmh3 = ">=4.1.0,<6.0.0" nltk = "^3.9.1" openai = { version = "^1.2.3", optional = true } cohere = { version = "^4.37", optional = true }