diff --git a/test_requirements.txt b/test_requirements.txt index 20c7ce631..30f780376 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -5,4 +5,5 @@ grpcio-testing==1.60.0 sklearn==0.0 ruff black -tensorflow +tensorflow;python_version <'3.12' +tf-nightly;python_version == '3.12'# for python3.12 support