From f22dc11366774ad1b19d9b99858d522fcaa745a6 Mon Sep 17 00:00:00 2001 From: Giorgia Tandoi <122299549+marygiotandoi@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:59:46 +0100 Subject: [PATCH] Update requirements.txt Revert requirement of tensorflow-macos package for MacOS platforms --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05567bc..ebd7383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -tensorflow >= 2.9.0; sys_platform != 'darwin' -tensorflow-macos >= 2.9.0; sys_platform == 'darwin' +tensorflow >= 2.9.0 absl-py >= 0.1.6