Skip to content

Commit

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

Solves #5901
  • Loading branch information
Fokko authored Nov 6, 2022
1 parent 396c6be commit 0342758
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 0342758

Please sign in to comment.