-
Notifications
You must be signed in to change notification settings - Fork 617
Build with TF 2.11.0 #2782
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 with TF 2.11.0 #2782
Conversation
@chenmoneygithub Can you check the optimizers 2.11 errors? |
We need to remove |
Yes but I think that we need to give the same deprecation warning like other "duplicated" components. Can you send a PR against |
I can do it over the weekend. Got a lot on my plate right now. Will that work? |
Yes it is ok as we are waiting also for the Macos release https://pypi.org/project/tensorflow-macos/#history |
.github/workflows/release.yml
Outdated
os: ['macOS', 'Windows', 'Linux'] | ||
py-version: ['3.7', '3.8', '3.9', '3.10'] | ||
tf-version: ['2.10.0'] | ||
tf-version: ['2.9.3', '2.10.1', '2.11.0'] |
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.
We only publish wheels that were built with the most recent TF version.
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.
Yes we had some drift with https://github.com/tensorflow/addons/blob/master/tools/update_release_version.sh.
I think that we could fix that utility that I've contributed as it is still useful to quickly prepare a release version PR for the "repetitive" tasks.
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, thanks for all your work! We're approaching a month since release. I think we may need to drop the tensorflow-macos dependency after that.
@kulinseth do you have any news to share? |
I will update here soon with the release. We are doing final round of testing. |
Build the release with TF 2.11.0