From 63793e903499babc4fb29941cd4a1ee8a067aa69 Mon Sep 17 00:00:00 2001 From: SamuraiBarbi Date: Mon, 29 Jul 2024 15:35:02 -0400 Subject: [PATCH] Update requirements.txt Changing numpy version requirement to 1.23.5 due to the current requirements for the package version have conflicting dependencies. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1d65ec3..ba3a7c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu118 -numpy==1.24.3 +numpy==1.23.5 opencv-python==4.8.1.78 onnx==1.16.0 insightface==0.7.3 @@ -20,4 +20,4 @@ tensorflow==2.12.0; sys_platform != 'darwin' opennsfw2==0.10.2 protobuf==4.23.2 tqdm==4.66.4 -gfpgan==1.3.8 \ No newline at end of file +gfpgan==1.3.8