diff --git a/setup.py b/setup.py index 96d6130..ff74b9d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ ], keywords='bert nlp text classification data science machine learning', install_requires=[ - 'tensorflow==1.15.2', + 'tensorflow==2.7.2', 'tensorflow_hub', 'pandas', ],