mirror of
https://github.com/Shawn-Shan/fawkes.git
synced 2025-04-05 06:16:57 +05:30
fix dependency issue with tensorflow
This commit is contained in:
parent
65743ef509
commit
386292bafc
4
setup.py
4
setup.py
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user