Upgrade numpy to 1.16.4 (#24845)

pull/24861/head
Fabian Affolter 2019-06-29 13:15:33 +02:00 committed by Andrew Sayre
parent 67b6657bcd
commit a91ad0189e
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/iqvia",
"requirements": [
"numpy==1.16.3",
"numpy==1.16.4",
"pyiqvia==0.2.1"
],
"dependencies": [],

View File

@ -3,7 +3,7 @@
"name": "Opencv",
"documentation": "https://www.home-assistant.io/components/opencv",
"requirements": [
"numpy==1.16.3",
"numpy==1.16.4",
"opencv-python-headless==4.1.0.25"
],
"dependencies": [],

View File

@ -3,7 +3,7 @@
"name": "Tensorflow",
"documentation": "https://www.home-assistant.io/components/tensorflow",
"requirements": [
"numpy==1.16.3",
"numpy==1.16.4",
"pillow==5.4.1",
"protobuf==3.6.1"
],

View File

@ -3,7 +3,7 @@
"name": "Trend",
"documentation": "https://www.home-assistant.io/components/trend",
"requirements": [
"numpy==1.16.3"
"numpy==1.16.4"
],
"dependencies": [],
"codeowners": []

View File

@ -825,7 +825,7 @@ nuheat==0.3.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.16.3
numpy==1.16.4
# homeassistant.components.oasa_telematics
oasatelematics==0.3

View File

@ -201,7 +201,7 @@ netdisco==2.6.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.16.3
numpy==1.16.4
# homeassistant.components.google
oauth2client==4.0.0