Fokko commented on code in PR #420:
URL: https://github.com/apache/iceberg-python/pull/420#discussion_r1497959296


##########
pyproject.toml:
##########
@@ -47,11 +47,11 @@ include = [
 
 [tool.poetry.dependencies]
 python = "^3.8"
-mmhash3 = ">=3.0.0,<4.0.0"
+mmhash3 = ">=3.0.0,<5.0.0"

Review Comment:
   So mmhash3 is my forked version: https://github.com/Fokko/mmhash3/
   
   We can go back to the original `mmh3`: https://github.com/hajimes/mmh3/
   
   ```suggestion
   mmh3 = ">=4.0.0,<5.0.0"
   ```
   
   After this change, you have to run `poetry update` to generate the lock file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to