diff --git a/requirements.txt b/requirements.txt index a36a34d..6c613ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ six==1.10.0 setuptools==28.8.0 matplotlib==2.2.3 jupyter==1.0.0 -opencv-python==3.3.0.10 +opencv-python==4.2.0.32 pyyaml ghalton==0.6 Pillow==6.2.0 diff --git a/setup.py b/setup.py index 35547a0..ecfbf45 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def run_tests(self): install_requires=[ 'numpy>=1.11.1', 'pandas', 'matplotlib==2.2.3', 'SharedArray==3.0.0', 'click==6.6', 'scikit-image==0.12.3', 'scikit-learn==0.18.2', 'six==1.10.0', 'setuptools==28.8.0', - 'ghalton==0.6', 'Pillow==6.2.0', 'progress', 'opencv-python==3.3.0.10', 'pyyaml', + 'ghalton==0.6', 'Pillow==6.2.0', 'progress', 'opencv-python==4.2.0.32', 'pyyaml', 'portpicker', 'scipy==0.19.1', 'cython==0.27', 'pydensecrf==1.0rc3', 'bokeh>=1.0.4', 'prettytable' ],