-
Notifications
You must be signed in to change notification settings - Fork 64
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
[FEATURE] Remove pin on the pandas version in nox tests #339
Comments
I can take this issue. |
@mvarlamov222 , You would need to run tests after removing the version pin. Then, preferably mention the issues you see. Fixing them will close this issue. |
@mvarlamov222 , do you need any help in completing this? If you can raise a draft PR with your work, I can probably help you out. |
Sorry, something has been wrong with my computer lately and sometimes it's working and at times it isn't. I made some changes, but I am not confident that they fix the issue, I can commit them today. |
* remove pins Signed-off-by: kalyanr <[email protected]> * fix Signed-off-by: kalyanr <[email protected]> * add changelog Signed-off-by: kalyanr <[email protected]> * fix Signed-off-by: kalyanr <[email protected]> * revert Signed-off-by: kalyanr <[email protected]> * remove Signed-off-by: kalyanr <[email protected]> * lint fixes Signed-off-by: kalyanr <[email protected]> --------- Signed-off-by: kalyanr <[email protected]>
Currently,
nox
tests pin1.5.0
version of pandas for tests. We should be removing this and actually testing with the version mentioned in therequirements.txt
opensearch-py-ml/noxfile.py
Line 106 in fc698a7
The text was updated successfully, but these errors were encountered: