From 42b0785a2b3eb31efafb3f4c74315b885549cf8e Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 1 Jun 2023 15:50:21 +0200 Subject: [PATCH] Use tensorflow-macos for Macs --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f6447c..eaccae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pillow==9.5.0 torch==2.0.1 onnxruntime==1.15.0; sys_platform == 'darwin' onnxruntime-gpu==1.15.0; sys_platform != 'darwin' -tensorflow-macos==2.12.0; sys_platform == 'darwin' +tensorflow==2.13.0rc1; sys_platform == 'darwin' tensorflow==2.12.0; sys_platform != 'darwin' opennsfw2==0.10.2 protobuf==4.23.2