From 14c36c860a6a2b6c2278fdaffd29fcb72bb6864d Mon Sep 17 00:00:00 2001 From: henryruhs Date: Fri, 2 Jun 2023 00:09:37 +0200 Subject: [PATCH] Revert "Use tensorflow RC to fix numpy version conflicts" This reverts commit ba909cf4dd1474964290815005ba1657068899a0. --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91812be..eaccae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.24.3 +numpy==1.23.5 opencv-python==4.7.0.72 onnx==1.14.0 insightface==0.7.3 @@ -8,7 +8,8 @@ pillow==9.5.0 torch==2.0.1 onnxruntime==1.15.0; sys_platform == 'darwin' onnxruntime-gpu==1.15.0; sys_platform != 'darwin' -tensorflow==2.13.0rc1 +tensorflow==2.13.0rc1; sys_platform == 'darwin' +tensorflow==2.12.0; sys_platform != 'darwin' opennsfw2==0.10.2 protobuf==4.23.2 tqdm==4.65.0