Skip to content

Commit

Permalink
Bump numpy 1.17.4 / opencv 4.1.2 for Python 3.8 (#29061)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Nov 25, 2019
1 parent 3e4f7fd commit 9dc6341
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 26 deletions.
11 changes: 3 additions & 8 deletions homeassistant/components/iqvia/manifest.json
Expand Up @@ -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"]
}
7 changes: 2 additions & 5 deletions homeassistant/components/opencv/manifest.json
Expand Up @@ -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": []
}
}
8 changes: 2 additions & 6 deletions homeassistant/components/tensorflow/manifest.json
Expand Up @@ -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": []
}
}
6 changes: 2 additions & 4 deletions homeassistant/components/trend/manifest.json
Expand Up @@ -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": []
}
}
4 changes: 2 additions & 2 deletions requirements_all.txt
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 9dc6341

Please sign in to comment.