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

tensorboard-data-server 0.7.2 #6652

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

groszewn
Copy link
Contributor

Changes since 0.7.1:

  • Modify manylinux platform tag to conform with PEP 600

@groszewn
Copy link
Contributor Author

Downloading the generated wheels from CI shows that this wheel is compatible with the manylinux_2_31_x86_64 tag.

❯ auditwheel show tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl

tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl is
consistent with the following platform tag: "manylinux_2_31_x86_64".

The wheel references external versioned symbols in these
system-provided shared libraries: libdl.so.2 with versions
{'GLIBC_2.2.5'}, libm.so.6 with versions {'GLIBC_2.2.5'},
libpthread.so.0 with versions {'GLIBC_2.12', 'GLIBC_2.2.5'},
libgcc_s.so.1 with versions {'GCC_3.3', 'GCC_4.2.0', 'GCC_3.0'},
libc.so.6 with versions {'GLIBC_2.18', 'GLIBC_2.25', 'GLIBC_2.3.2',
'GLIBC_2.9', 'GLIBC_2.29', 'GLIBC_2.28', 'GLIBC_2.17', 'GLIBC_2.14',
'GLIBC_2.3', 'GLIBC_2.15', 'GLIBC_2.7', 'GLIBC_2.10', 'GLIBC_2.3.4',
'GLIBC_2.4', 'GLIBC_2.2.5'}

This constrains the platform tag to "manylinux_2_31_x86_64". In order
to achieve a more compatible tag, you would need to recompile a new
wheel from source on a system with earlier versions of these
libraries, such as a recent manylinux image.

@groszewn groszewn marked this pull request as ready for review October 23, 2023 13:20
@groszewn groszewn merged commit d141d98 into tensorflow:master Oct 23, 2023
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.

2 participants