-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Dependency]: Numpy 2.X #2646
Comments
Not sure why you closed this. Feel free to backport #2551 to the 7.17 branch! I can't promise a release soon though. |
Hey, Even though version 7.17 was in the file, the lockfile had not been updated. It may look that test are ok but if you need to use JsonSerialize it does not work with the new version so I will reopened It. I will make a PR as soon as possible, thanks for your work |
Closing as I released a 7.x version with the fix. Thank you! |
Description
numpy.float_
has been deprecated in favor ofnumpy.float64
because after the update numpy always maintain float precision. This package uses numpy only when JsonSerializer is used and declare np.float_ in version 7.X hereVersion
elasticsearch : 7.17
Proposal
Update basecode as defined in the 8.X version but for 7.X, if an update is not posible for 7.X package version, blocking numpy dependency to <2.X would be enough to avoid incompatibilites.
Please let me know if a PR is required and I will prepare it!
Thanks in advance
The text was updated successfully, but these errors were encountered: