Upgrade numpy to 1.20.2 (#48597)
This commit is contained in:
parent
4e3c12883e
commit
528095b9b6
6 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,6 @@
|
||||||
"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.19.2", "pyiqvia==0.3.1"],
|
"requirements": ["numpy==1.20.2", "pyiqvia==0.3.1"],
|
||||||
"codeowners": ["@bachya"]
|
"codeowners": ["@bachya"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"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.19.2", "opencv-python-headless==4.3.0.36"],
|
"requirements": ["numpy==1.20.2", "opencv-python-headless==4.3.0.36"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"tensorflow==2.3.0",
|
"tensorflow==2.3.0",
|
||||||
"tf-models-official==2.3.0",
|
"tf-models-official==2.3.0",
|
||||||
"pycocotools==2.0.1",
|
"pycocotools==2.0.1",
|
||||||
"numpy==1.19.2",
|
"numpy==1.20.2",
|
||||||
"pillow==8.1.2"
|
"pillow==8.1.2"
|
||||||
],
|
],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
|
|
@ -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.19.2"],
|
"requirements": ["numpy==1.20.2"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1019,7 +1019,7 @@ numato-gpio==0.10.0
|
||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.19.2
|
numpy==1.20.2
|
||||||
|
|
||||||
# homeassistant.components.oasa_telematics
|
# homeassistant.components.oasa_telematics
|
||||||
oasatelematics==0.3
|
oasatelematics==0.3
|
||||||
|
|
|
@ -534,7 +534,7 @@ numato-gpio==0.10.0
|
||||||
# homeassistant.components.opencv
|
# homeassistant.components.opencv
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# homeassistant.components.trend
|
# homeassistant.components.trend
|
||||||
numpy==1.19.2
|
numpy==1.20.2
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue