Skip to content

Commit

Permalink
Upgrade numpy to 1.18.1 (#31411)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Feb 2, 2020
1 parent 7127310 commit f68a6ae
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/iqvia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "IQVIA",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/iqvia",
"requirements": ["numpy==1.17.4", "pyiqvia==0.2.1"],
"requirements": ["numpy==1.18.1", "pyiqvia==0.2.1"],
"dependencies": [],
"codeowners": ["@bachya"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/opencv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "opencv",
"name": "OpenCV",
"documentation": "https://www.home-assistant.io/integrations/opencv",
"requirements": ["numpy==1.17.4", "opencv-python-headless==4.1.2.30"],
"requirements": ["numpy==1.18.1", "opencv-python-headless==4.1.2.30"],
"dependencies": [],
"codeowners": []
}
2 changes: 1 addition & 1 deletion homeassistant/components/tensorflow/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"requirements": [
"tensorflow==1.13.2",
"numpy==1.17.4",
"numpy==1.18.1",
"protobuf==3.6.1",
"pillow==6.2.1"
],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/trend/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "trend",
"name": "Trend",
"documentation": "https://www.home-assistant.io/integrations/trend",
"requirements": ["numpy==1.17.4"],
"requirements": ["numpy==1.18.1"],
"dependencies": [],
"codeowners": [],
"quality_scale": "internal"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ nuheat==0.3.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.17.4
numpy==1.18.1

# homeassistant.components.oasa_telematics
oasatelematics==0.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ nuheat==0.3.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.17.4
numpy==1.18.1

# homeassistant.components.google
oauth2client==4.0.0
Expand Down

0 comments on commit f68a6ae

Please sign in to comment.