diff --git a/setup.py b/setup.py index 3dea1c9..a973259 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # What packages are required for this module to be executed? REQUIRED = [ 'protobuf==3.7.1', - 'tensorflow==2.0.1', + 'tensorflow==2.11.1', 'scikit-learn==0.21.0', 'numpy==1.16.2', 'pandas>=0.25.1',