Skip to content

Commit

Permalink
Fix dependency conflict (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Jul 30, 2023
1 parent 43a8d9f commit eb2440c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.23.5
numpy==1.24.3
opencv-python==4.8.0.74
onnx==1.14.0
insightface==0.7.3
Expand All @@ -12,4 +12,4 @@ onnxruntime==1.15.0
tensorflow==2.13.0
opennsfw2==0.10.2
protobuf==4.23.4
tqdm==4.65.0
tqdm==4.65.0
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.23.5
numpy==1.24.3
opencv-python==4.8.0.74
onnx==1.14.0
insightface==0.7.3
Expand All @@ -22,4 +22,4 @@ tensorflow==2.13.0
opennsfw2==0.10.2
protobuf==4.23.4
tqdm==4.65.0
gfpgan==1.3.8
gfpgan==1.3.8

0 comments on commit eb2440c

Please sign in to comment.