Set min TF Version (#619)

This commit is contained in:
Ramesh Sampath 2023-07-26 16:40:09 -05:00 committed by Francois Chollet
parent 56a6ab1c14
commit 7344c66228
2 changed files with 4 additions and 2 deletions

@ -3,6 +3,8 @@ black>=22
flake8
isort
pytest
numpy
scipy
pandas
absl-py
requests

@ -1,5 +1,5 @@
# Tensorflow.
tensorflow
# Tensorflow
tensorflow>=2.13.0
# Torch.
# TODO: Use Torch CPU, remove after resolving Cuda version differences with TF