-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix the elasticsearch, numpy versions #808
Fix the elasticsearch, numpy versions #808
Conversation
requirements.txt
Outdated
@@ -19,8 +19,9 @@ google-cloud-bigquery==3.5.0 | |||
google-cloud-billing==1.9.1 | |||
ibm_platform_services==0.27.0 | |||
myst-parser==1.0.0 | |||
numpy==1.26.4 |
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.
@athiruma, failed use 1.24.4 instead
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.
pls add comment with opensearch 1.2.4 for numpy/pandas/elasticsearch
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.
done
ab733a5
to
a4b0281
Compare
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.
/LGTM
a4b0281
to
0ebce4c
Compare
2f1e3a1
to
e0f75c7
Compare
e0f75c7
to
88e28f1
Compare
Type of change
Note: Fill x in []
Description
elastic search client version must satisfy the host version.
python=3.8 :
numpy must be at 1.24.4
So added numpy<=1.26.4 to support for all versions
Solved the following issue:
AttributeError:
np.float_was removed in the NumPy 2.0 release. Use
np.float64instead.
For security reasons, all pull requests need to be approved first before running any automated CI