Bump dependency to TensorFlow 1.15.2

Fixes security issues in TensorFlow and stops GitHub nagging us.
This commit is contained in:
Reuben Morais 2020-03-20 19:39:03 +01:00 committed by GitHub
parent 903d0b8fe4
commit 017c9a6f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Main training requirements
tensorflow == 1.15.0
tensorflow == 1.15.2
numpy == 1.18.1
progressbar2
six