From 2fe02452eaf08769a4c2c2b6e741ad750efe9bc8 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Thu, 4 Jul 2019 15:42:16 +0200 Subject: [PATCH] Removed duplicate matplotlib requirement Signed-off-by: Jim Martens --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d09101f..5ddb0e5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( }, python_requires="~=3.6", install_requires=["tensorflow-gpu", "Pillow", "h5py", "numpy", "opencv-python", "scikit-learn", "tqdm", - "beautifulsoup4", "matplotlib", "protobuf", "imutils", "matplotlib"], + "beautifulsoup4", "matplotlib", "protobuf", "imutils"], license="Apache License 2.0", classifiers=[ "Operating System :: OS Independent",