From 8c0a992192fdeb82ebaee0be44b29f8aaefc9831 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:47:21 +0800 Subject: [PATCH] Temporary fix ci failure. (#127) --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 515765f4..f3a5c515 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ matplotlib -tensorflow >= 2.7.0; platform_machine != "arm64" -tensorflow-macos >= 2.7.0; platform_machine == "arm64" and platform_system == "Darwin" +tensorflow >= 2.7.0, < 2.12.0; platform_machine != "arm64" +tensorflow-macos >= 2.7.0, < 2.12.0; platform_machine == "arm64" and platform_system == "Darwin" tensorflow_datasets pandas>=1.4.2 flax