-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Upgrade TensorFlow to 2.3 #39673
Upgrade TensorFlow to 2.3 #39673
Conversation
Assigned myself, bumping Tensorflow wheels is a task on my list (as I have partly unprocessed changes from 2.2.0 still left). |
Marking this as draft until the wheels are ready, to prevent accidental merging. |
Draft is fine for now, but the integration is broken in 0.115. This should get merged before then even if wheels aren’t ready for users on a venv install. |
The venv is not the part I'm worried about, people running those type of installations can handle a pip command... however, users of our container images (including Docker, Home Assistant OS and Supervised) cannot handle this change without wheels. My goal is to ensure the wheels are up this weekend. 👍 |
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.
Wheels have been build and are available.
Thanks for the PR @hunterjm 👍
Breaking change
Proposed change
We needed to bump tf-models-official to a version that doesn't install
typing
, which requires TensorFlow >=2.3. @pvizeli - How hard would it be to update the TF builder to 2.3?Type of change
Example entry for
configuration.yaml
:# Example configuration.yaml
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: