Removed duplicate matplotlib requirement

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-07-04 15:42:16 +02:00
parent 5e089c4bfc
commit 2fe02452ea
1 changed files with 1 additions and 1 deletions

View File

@ -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",