Skip to content

Commit

Permalink
Python: Replace mmh3 with mmhash3
Browse files Browse the repository at this point in the history
The mmh3 project is abandoned, and not being maintained.

This results in that there are no wheels (compiled binaries) available
for newer versions of Python (3.10 and 3.11). I've forked the repo,
and created a new release with the latest binaries.

Solves apache#5901
  • Loading branch information
Fokko committed Oct 29, 2022
1 parent 3cfffcc commit 45cbdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.8"
mmh3 = "^3.0.0"
mmhash3 = "3.0.1"
requests = "^2.28.1"
click = "^8.1.3"
rich = "^12.5.1"
Expand Down

0 comments on commit 45cbdb1

Please sign in to comment.