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 Nov 3, 2022
1 parent 957ea6d commit f2fbcf3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
68 changes: 38 additions & 30 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.6.0"
Expand Down

0 comments on commit f2fbcf3

Please sign in to comment.