diff --git a/applications/batch-inference/requirements.txt b/applications/batch-inference/requirements.txt index 74425fe83..5c78c9864 100644 --- a/applications/batch-inference/requirements.txt +++ b/applications/batch-inference/requirements.txt @@ -1,4 +1,4 @@ tensorflow-serving-api==1.15.0 kubernetes==6.0.0 -tensorflow==1.15.2 +tensorflow==2.9.3 retry==0.9.2