diff --git a/requirements.txt b/requirements.txt index 95a0d81..f2b6bc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -tensorflow==2.11.0 +tensorflow==2.12.1 protobuf absl-py xgboost diff --git a/setup.py b/setup.py index a89b134..b1c82b7 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def is_pure(self): 'absl-py', 'xgboost', 'numpy', - 'tensorflow ~= 2.11.0', + 'tensorflow >= 2.11,< 2.13', 'tensorflow-hub', 'tensorflow-text', 'tzdata',