Skip to content
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

Bring back table_logger fix #216

Merged
merged 5 commits into from
Feb 9, 2023
Merged

Conversation

pankajroark
Copy link
Collaborator

If latest numpy is added as a requirement to a truss then that breaks running the image, because latest numpy remove np.float and np.int. We had this fix before but this got removed in this PR: #206, bringing it back

Copy link
Collaborator

@howespt howespt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: 🏴‍☠️

@pankajroark pankajroark merged commit 1b4f9ea into main Feb 9, 2023
@pankajroark pankajroark deleted the pg/bring-back-table-logger-fix branch February 9, 2023 05:10
# numpy 1.24 onwards, where np.float and np.int have been remove.
# https://github.com/AleksTk/table-logger/blob/v0.3.6/table_logger/table_logger.py#L80
# Monkey patch table_logger here. Ultimately we should move away from kfserving,
# perhaps to kserve.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just FYI, this comment doesn't seem valid anymore as to the fix for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants