From d6b9143387512b0d046fe082368be9c04866dc8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 21:35:01 +0000 Subject: [PATCH] fix: remove unnecessary loading state (#5181) --- examples/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tests/requirements.txt b/examples/tests/requirements.txt index 36aa9385767..700be60259c 100644 --- a/examples/tests/requirements.txt +++ b/examples/tests/requirements.txt @@ -1,7 +1,7 @@ # pytest 6.0 has linter-breaking changes pytest>=6.0.1 tensorflow==2.4.3; sys_platform != 'darwin' or platform_machine != 'arm64' -tensorflow-macos==2.7.0; sys_platform == 'darwin' and platform_machine == 'arm64' +tensorflow-macos==2.10.0; sys_platform == 'darwin' and platform_machine == 'arm64' torch==1.7.1 torchvision==0.8.2 pandas==1.0.3