From 48785a71e24e0763c5f2b716cd539ac5333501c0 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Thu, 20 Feb 2025 13:15:22 +0100 Subject: [PATCH] new: allow mmh3<6.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03aba9ab..f4af5889 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ tokenizers = ">=0.15,<1.0" huggingface-hub = ">=0.20,<1.0" loguru = "^0.7.2" pillow = ">=10.3.0,<12.0.0" -mmh3 = "^4.1.0" +mmh3 = ">=4.1.0,<6.0.0" py-rust-stemmers = "^0.1.0" [tool.poetry.group.test.dependencies]