Skip to content

Commit

Permalink
Update numpy 1.13.1 (home-assistant#8806)
Browse files Browse the repository at this point in the history
* Update opencv.py

* Update requirements_all.txt
  • Loading branch information
pvizeli authored and fabaff committed Aug 3, 2017
1 parent 57dfe37 commit 8e51e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/image_processing/opencv.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ImageProcessingEntity)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['numpy==1.13.0']
REQUIREMENTS = ['numpy==1.13.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ netdisco==1.1.0
neurio==0.3.1

# homeassistant.components.image_processing.opencv
numpy==1.13.0
numpy==1.13.1

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

0 comments on commit 8e51e66

Please sign in to comment.