mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Upgrade numpy to 1.18.1 (#31411)
This commit is contained in:
parent
7127310f10
commit
f68a6ae3b2
@ -3,7 +3,7 @@
|
|||||||
"name": "IQVIA",
|
"name": "IQVIA",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||||
"requirements": ["numpy==1.17.4", "pyiqvia==0.2.1"],
|
"requirements": ["numpy==1.18.1", "pyiqvia==0.2.1"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@bachya"]
|
"codeowners": ["@bachya"]
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "opencv",
|
"domain": "opencv",
|
||||||
"name": "OpenCV",
|
"name": "OpenCV",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||||
"requirements": ["numpy==1.17.4", "opencv-python-headless==4.1.2.30"],
|
"requirements": ["numpy==1.18.1", "opencv-python-headless==4.1.2.30"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"tensorflow==1.13.2",
|
"tensorflow==1.13.2",
|
||||||
"numpy==1.17.4",
|
"numpy==1.18.1",
|
||||||
"protobuf==3.6.1",
|
"protobuf==3.6.1",
|
||||||
"pillow==6.2.1"
|
"pillow==6.2.1"
|
||||||
],
|
],
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "trend",
|
"domain": "trend",
|
||||||
"name": "Trend",
|
"name": "Trend",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||||
"requirements": ["numpy==1.17.4"],
|
"requirements": ["numpy==1.18.1"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
|
@ -914,7 +914,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.17.4
|
numpy==1.18.1
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
@ -324,7 +324,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.17.4
|
numpy==1.18.1
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user