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

build(bazel): fix hashes for Py package wrapt for Python 3.11 #2265

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

rkuester
Copy link
Contributor

@rkuester rkuester commented Oct 7, 2023

Update the hashes for the Py package wrapt in
third_party/python_requirements.txt. Make a minimal change by deleting the
record for wrapt in python_requirements.txt and then running

bazel run //third_party:python_requirements.update

See the comments in third_party/python_requirements.in on updating
python_requirements.txt.

BUG=fixes #2264

Update the hashes for the Py package wrapt in
third_party/python_requirements.txt. Make a minimal change by
deleting the record for wrapt in python_requirements.txt and then
running

    bazel run bazel run //third_party:python_requirements.update

See the comments in third_party/python_requirements.in on
updating python_requirements.txt.

BUG=fixes tensorflow#2264
@rkuester rkuester requested a review from a team as a code owner October 7, 2023 21:34
@rkuester rkuester added the ci:run label Oct 7, 2023
@TFLM-bot TFLM-bot removed the ci:run label Oct 7, 2023
@mergify mergify bot merged commit 7b5bd33 into tensorflow:main Oct 9, 2023
60 checks passed
@rkuester rkuester deleted the fix-py-wrapt-fails-on-cp311 branch August 19, 2024 03:11
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.

bazel builds in environments with Python 3.11 fail due to changes in Py package wrapt
3 participants