Skip to content

Commit

Permalink
version 2.0.2 - opencv-python reverted to 3.4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed May 22, 2018
1 parent 8d94ae3 commit d603132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requests
click
numpy
matplotlib
opencv-python
opencv-python==3.4.0.14
tifffile
cython
python-dateutil
Expand Down
2 changes: 1 addition & 1 deletion sentinelhub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from .time_utils import next_date, prev_date, get_current_date


__version__ = "2.0.1"
__version__ = "2.0.2"

0 comments on commit d603132

Please sign in to comment.