Upgrade numpy to 1.19.2 (#39912)

This commit is contained in:
Franck Nijhof 2020-09-10 20:47:15 +02:00 committed by GitHub
parent 047dc19351
commit bedc1e5672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -3,6 +3,6 @@
"name": "IQVIA",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/iqvia",
"requirements": ["numpy==1.19.1", "pyiqvia==0.2.1"],
"requirements": ["numpy==1.19.2", "pyiqvia==0.2.1"],
"codeowners": ["@bachya"]
}

View File

@ -2,6 +2,6 @@
"domain": "opencv",
"name": "OpenCV",
"documentation": "https://www.home-assistant.io/integrations/opencv",
"requirements": ["numpy==1.19.1", "opencv-python-headless==4.3.0.36"],
"requirements": ["numpy==1.19.2", "opencv-python-headless==4.3.0.36"],
"codeowners": []
}

View File

@ -6,7 +6,7 @@
"tensorflow==2.3.0",
"tf-models-official==2.3.0",
"pycocotools==2.0.1",
"numpy==1.19.1",
"numpy==1.19.2",
"pillow==7.2.0"
],
"codeowners": []

View File

@ -2,7 +2,7 @@
"domain": "trend",
"name": "Trend",
"documentation": "https://www.home-assistant.io/integrations/trend",
"requirements": ["numpy==1.19.1"],
"requirements": ["numpy==1.19.2"],
"codeowners": [],
"quality_scale": "internal"
}

View File

@ -995,7 +995,7 @@ numato-gpio==0.8.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.19.1
numpy==1.19.2
# homeassistant.components.oasa_telematics
oasatelematics==0.3

View File

@ -472,7 +472,7 @@ numato-gpio==0.8.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.19.1
numpy==1.19.2
# homeassistant.components.google
oauth2client==4.0.0