From fbbc9315412abd03781323c7bd77bfae53414b65 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 10 Apr 2020 08:53:38 +0300 Subject: [PATCH] opencv added --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d1dbee6..13ffe5b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="deepface", - version="0.0.18", + version="0.0.19", author="Sefik Ilkin Serengil", author_email="serengil@gmail.com", description="Deep Face Analysis Framework for Face Recognition and Demography", @@ -19,5 +19,5 @@ setuptools.setup( "Operating System :: OS Independent", ], python_requires='>=3.5.5', - install_requires=["numpy>=1.14.0", "pandas>=0.23.4", "tqdm>=4.30.0", "gdown>=3.10.1", "Pillow>=5.2.0", "tensorflow>=1.9.0", "keras>=2.2.0"] + install_requires=["numpy>=1.14.0", "pandas>=0.23.4", "tqdm>=4.30.0", "gdown>=3.10.1", "Pillow>=5.2.0", "opencv-python>=3.4.4", "tensorflow>=1.9.0", "keras>=2.2.0"] )