diff --git a/requirements.txt b/requirements.txt index 4aee108b..c5420714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ Unidecode==1.0.22 nltk==3.3 pandas==0.23.4 requests==2.19.1 -opencv-python==3.4.3.18 +opencv-python==4.2.0.32 Pillow==5.2.0 matplotlib==2.2.3 diff --git a/setup.py b/setup.py index d6394059..7bfede5c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'nltk==3.3', 'pandas==0.23.4', 'requests==2.19.1', - 'opencv-python==3.4.3.18', + 'opencv-python==4.2.0.32', 'Pillow==5.2.0', 'matplotlib==2.2.3']