Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Changing numpy version requirement to 1.23.5 due to the current requirements for the package version have conflicting dependencies.
  • Loading branch information
SamuraiBarbi authored Jul 29, 2024
1 parent 19c0401 commit 63793e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
gfpgan==1.3.8

0 comments on commit 63793e9

Please sign in to comment.