* Revert "Bump pillow from 8.2.0 to 8.3.2 (#61661)"
This reverts commit 3635946211.
* Add comment
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Fix comment
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
15 lines
331 B
JSON
15 lines
331 B
JSON
{
|
|
"domain": "tensorflow",
|
|
"name": "TensorFlow",
|
|
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
|
"requirements": [
|
|
"tensorflow==2.3.0",
|
|
"tf-models-official==2.3.0",
|
|
"pycocotools==2.0.1",
|
|
"numpy==1.21.4",
|
|
"pillow==8.2.0"
|
|
],
|
|
"codeowners": [],
|
|
"iot_class": "local_polling"
|
|
}
|