diff --git a/Tensorflow-Platform-Demo/setup.py b/Tensorflow-Platform-Demo/setup.py index f3c95a3..38849ff 100644 --- a/Tensorflow-Platform-Demo/setup.py +++ b/Tensorflow-Platform-Demo/setup.py @@ -15,7 +15,7 @@ ], extras_require={ 'cpu': [ - 'tensorflow==2.8.1', + 'tensorflow==2.12.1', ], 'gpu': [ 'tensorflow-gpu==2.12.0',