diff --git a/python/requirements/ml/requirements_dl.txt b/python/requirements/ml/requirements_dl.txt index b62c2bb8ae2e1..86819c33409a3 100644 --- a/python/requirements/ml/requirements_dl.txt +++ b/python/requirements/ml/requirements_dl.txt @@ -1,7 +1,7 @@ # These requirements are used for the CI and CPU-only Docker images so we install CPU only versions of torch. # For GPU Docker images, you should install requirements_ml_docker.txt afterwards. -tensorflow==2.9.0 +tensorflow==2.11.0 tensorflow-probability==0.17.0 # If you make changes to the torch versions below, please also make the corresponding changes to `requirements_ml_docker.txt`!