2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-19 01:16:37 +05:30

fix dependency issue with tensorflow

This commit is contained in:
Shawn-Shan 2021-05-19 10:19:36 -05:00
parent 65743ef509
commit 386292bafc

View File

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