Upgrade numpy to 1.19.0 (#36996)
parent
6906a19c01
commit
7e696f19d3
|
@ -3,6 +3,6 @@
|
|||
"name": "IQVIA",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||
"requirements": ["numpy==1.18.5", "pyiqvia==0.2.1"],
|
||||
"requirements": ["numpy==1.19.0", "pyiqvia==0.2.1"],
|
||||
"codeowners": ["@bachya"]
|
||||
}
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "opencv",
|
||||
"name": "OpenCV",
|
||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||
"requirements": ["numpy==1.18.5", "opencv-python-headless==4.2.0.32"],
|
||||
"requirements": ["numpy==1.19.0", "opencv-python-headless==4.2.0.32"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||
"requirements": [
|
||||
"tensorflow==1.13.2",
|
||||
"numpy==1.18.5",
|
||||
"numpy==1.19.0",
|
||||
"protobuf==3.6.1",
|
||||
"pillow==7.1.2"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "trend",
|
||||
"name": "Trend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||
"requirements": ["numpy==1.18.5"],
|
||||
"requirements": ["numpy==1.19.0"],
|
||||
"codeowners": [],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
|
|
@ -992,7 +992,7 @@ numato-gpio==0.7.1
|
|||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.18.5
|
||||
numpy==1.19.0
|
||||
|
||||
# homeassistant.components.oasa_telematics
|
||||
oasatelematics==0.3
|
||||
|
|
|
@ -439,7 +439,7 @@ numato-gpio==0.7.1
|
|||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.18.5
|
||||
numpy==1.19.0
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
|
Loading…
Reference in New Issue