mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Upgrade numpy to 1.17.0 (#25998)
This commit is contained in:
parent
fad54cd6d8
commit
87f1a8ed0c
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/components/iqvia",
|
"documentation": "https://www.home-assistant.io/components/iqvia",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.16.4",
|
"numpy==1.17.0",
|
||||||
"pyiqvia==0.2.1"
|
"pyiqvia==0.2.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Opencv",
|
"name": "Opencv",
|
||||||
"documentation": "https://www.home-assistant.io/components/opencv",
|
"documentation": "https://www.home-assistant.io/components/opencv",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.16.4",
|
"numpy==1.17.0",
|
||||||
"opencv-python-headless==4.1.0.25"
|
"opencv-python-headless==4.1.0.25"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Tensorflow",
|
"name": "Tensorflow",
|
||||||
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.16.4",
|
"numpy==1.17.0",
|
||||||
"pillow==5.4.1",
|
"pillow==5.4.1",
|
||||||
"protobuf==3.6.1"
|
"protobuf==3.6.1"
|
||||||
],
|
],
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Trend",
|
"name": "Trend",
|
||||||
"documentation": "https://www.home-assistant.io/components/trend",
|
"documentation": "https://www.home-assistant.io/components/trend",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"numpy==1.16.4"
|
"numpy==1.17.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -853,7 +853,7 @@ nuheat==0.3.0
|
|||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.16.4
|
numpy==1.17.0
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
@ -221,7 +221,7 @@ netdisco==2.6.0
|
|||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.16.4
|
numpy==1.17.0
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user