diff --git a/examples/tests/requirements.txt b/examples/tests/requirements.txt index 36aa9385767..dec5c339f35 100644 --- a/examples/tests/requirements.txt +++ b/examples/tests/requirements.txt @@ -1,6 +1,6 @@ # pytest 6.0 has linter-breaking changes pytest>=6.0.1 -tensorflow==2.4.3; sys_platform != 'darwin' or platform_machine != 'arm64' +tensorflow==2.9.3; sys_platform != 'darwin' or platform_machine != 'arm64' tensorflow-macos==2.7.0; sys_platform == 'darwin' and platform_machine == 'arm64' torch==1.7.1 torchvision==0.8.2