mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
matplotlib removed
This commit is contained in:
parent
71edb0150f
commit
d1e91faa3f
@ -1,9 +1,8 @@
|
|||||||
numpy>=1.14.0
|
numpy>=1.14.0
|
||||||
pandas>=0.23.4
|
pandas>=0.23.4
|
||||||
matplotlib>=2.2.2
|
|
||||||
gdown>=3.10.1
|
gdown>=3.10.1
|
||||||
tqdm>=4.30.0
|
tqdm>=4.30.0
|
||||||
Pillow>=5.2.0
|
Pillow>=5.2.0
|
||||||
opencv-python>=3.4.4
|
opencv-python>=3.4.4
|
||||||
tensorflow>=1.9.0
|
tensorflow>=1.9.0
|
||||||
keras>=2.2.0
|
keras>=2.2.0
|
4
setup.py
4
setup.py
@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="deepface",
|
name="deepface",
|
||||||
version="0.0.14",
|
version="0.0.15",
|
||||||
author="Sefik Ilkin Serengil",
|
author="Sefik Ilkin Serengil",
|
||||||
author_email="serengil@gmail.com",
|
author_email="serengil@gmail.com",
|
||||||
description="Deep Face Analysis Framework for Face Recognition and Demography",
|
description="Deep Face Analysis Framework for Face Recognition and Demography",
|
||||||
@ -19,5 +19,5 @@ setuptools.setup(
|
|||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
python_requires='>=3.5.5',
|
python_requires='>=3.5.5',
|
||||||
install_requires=["numpy>=1.14.0", "pandas>=0.23.4", "tqdm>=4.30.0", "gdown>=3.10.1", "matplotlib>=2.2.2", "opencv-python>=3.4.4", "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", "opencv-python>=3.4.4", "Pillow>=5.2.0", "tensorflow>=1.9.0", "keras>=2.2.0"]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user