Skip to content

Commit 4e527b1

Browse files
authored
new: allow mmh3<6.0.0 (#484)
1 parent 8d04b81 commit 4e527b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tokenizers = ">=0.15,<1.0"
2929
huggingface-hub = ">=0.20,<1.0"
3030
loguru = "^0.7.2"
3131
pillow = ">=10.3.0,<12.0.0"
32-
mmh3 = "^4.1.0"
32+
mmh3 = ">=4.1.0,<6.0.0"
3333
py-rust-stemmers = "^0.1.0"
3434

3535
[tool.poetry.group.test.dependencies]

0 commit comments

Comments
 (0)