Bump numpy 1.17.4 / opencv 4.1.2 for Python 3.8 (#29061)
This commit is contained in:
parent
3e4f7fddf2
commit
9dc63419c4
6 changed files with 12 additions and 26 deletions
|
@ -3,12 +3,7 @@
|
|||
"name": "IQVIA",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/iqvia",
|
||||
"requirements": [
|
||||
"numpy==1.17.3",
|
||||
"pyiqvia==0.2.1"
|
||||
],
|
||||
"requirements": ["numpy==1.17.4", "pyiqvia==0.2.1"],
|
||||
"dependencies": [],
|
||||
"codeowners": [
|
||||
"@bachya"
|
||||
]
|
||||
}
|
||||
"codeowners": ["@bachya"]
|
||||
}
|
||||
|
|
|
@ -2,10 +2,7 @@
|
|||
"domain": "opencv",
|
||||
"name": "Opencv",
|
||||
"documentation": "https://www.home-assistant.io/integrations/opencv",
|
||||
"requirements": [
|
||||
"numpy==1.17.3",
|
||||
"opencv-python-headless==4.1.1.26"
|
||||
],
|
||||
"requirements": ["numpy==1.17.4", "opencv-python-headless==4.1.2.30"],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,11 +2,7 @@
|
|||
"domain": "tensorflow",
|
||||
"name": "Tensorflow",
|
||||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||
"requirements": [
|
||||
"tensorflow==1.13.2",
|
||||
"numpy==1.17.3",
|
||||
"protobuf==3.6.1"
|
||||
],
|
||||
"requirements": ["tensorflow==1.13.2", "numpy==1.17.4", "protobuf==3.6.1"],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
"domain": "trend",
|
||||
"name": "Trend",
|
||||
"documentation": "https://www.home-assistant.io/integrations/trend",
|
||||
"requirements": [
|
||||
"numpy==1.17.3"
|
||||
],
|
||||
"requirements": ["numpy==1.17.4"],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
}
|
||||
|
|
|
@ -897,7 +897,7 @@ nuheat==0.3.0
|
|||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.17.3
|
||||
numpy==1.17.4
|
||||
|
||||
# homeassistant.components.oasa_telematics
|
||||
oasatelematics==0.3
|
||||
|
@ -915,7 +915,7 @@ onkyo-eiscp==1.2.7
|
|||
onvif-zeep-async==0.2.0
|
||||
|
||||
# homeassistant.components.opencv
|
||||
# opencv-python-headless==4.1.1.26
|
||||
# opencv-python-headless==4.1.2.30
|
||||
|
||||
# homeassistant.components.openevse
|
||||
openevsewifi==0.4
|
||||
|
|
|
@ -300,7 +300,7 @@ nuheat==0.3.0
|
|||
# homeassistant.components.opencv
|
||||
# homeassistant.components.tensorflow
|
||||
# homeassistant.components.trend
|
||||
numpy==1.17.3
|
||||
numpy==1.17.4
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue