fix dependency issue with tensorflow

pull/136/head
Shawn-Shan 2021-05-19 10:19:36 -05:00
rodzic 65743ef509
commit 386292bafc
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -76,8 +76,8 @@ setup_requires = []
install_requires = [ install_requires = [
'numpy>=1.19.5', 'numpy>=1.19.5',
'tensorflow>=2.0.0', 'tensorflow==2.4.1',
'keras>=2.3.1', 'keras==2.4.3',
'mtcnn', 'mtcnn',
'pillow>=7.0.0', 'pillow>=7.0.0',
'bleach>=2.1.0' 'bleach>=2.1.0'