diff --git a/requirement.txt b/requirement.txt index cf7dc7d..1f269af 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,4 +1,4 @@ -tensorflow==2.7.0 +tensorflow==2.11.1 tensorflow-addons==0.17.1 protobuf==3.19.6 transformers>=4.11.3 diff --git a/setup.py b/setup.py index efa3635..53f8608 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - 'tensorflow==2.7.0', + 'tensorflow==2.11.1', 'tensorflow-addons==0.17.1', 'protobuf==3.19.6', 'spacy',