-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement: Remove mmh3 external dependency and use internal pymmh3 in place #362
Conversation
@msohailhussain Looks like three of the libraries were able to be removed with no issues, the others had to stay since they were dependencies for other libraries. We should be able to release this or something along these lines as a light version of the python-sdk by changing a few fields in the setup.py file pre release. What are your thoughts? |
This PR is in attention to issue: #232 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If all the tests pass and if FSC passes for older versions of Py then I think we're good.
LGTM
@msohailhussain Confirmed tests work on windows machine |
Summary
Testing
Issues