2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-20 07:26:37 +05:30

Bump tensorflow from 2.4.1 to 2.5.3

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.5.3.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.4.1...v2.5.3)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-10 01:55:35 +00:00 committed by GitHub
parent aedaa82d22
commit 265229f093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ setup_requires = []
install_requires = [ install_requires = [
'numpy>=1.19.5', 'numpy>=1.19.5',
'tensorflow==2.4.1', 'tensorflow==2.5.3',
'keras==2.4.3', 'keras==2.4.3',
'mtcnn', 'mtcnn',
'pillow>=7.0.0', 'pillow>=7.0.0',