Skip to content

Commit

Permalink
issue #48
Browse files Browse the repository at this point in the history
update packages versions
  • Loading branch information
pozitronik committed Aug 19, 2023
1 parent d4d07df commit 086fc8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.24.2
opencv-python==4.8.0.74
numpy>=1.24.3
opencv-python>=4.8.0.74
onnx==1.14.0
insightface==0.7.3
psutil==5.9.5
Expand All @@ -9,8 +9,9 @@ torch==2.0.1
torchvision==0.15.2
onnxruntime==1.15.1
tensorflow~=2.13.0rc1
protobuf==4.23.2
tqdm==4.65.0
protobuf>=4.24.1
tqdm>=4.65.0
pytest==7.4.0
gfpgan==1.3.8
colorama~=0.4.6
colorama~=0.4.6

7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ psutil==5.9.5
tk==0.1.0
customtkinter==5.2.0
pillow==10.0.0
protobuf>=4.23.3
protobuf>=4.24.1
tqdm>=4.65.0
gfpgan==1.3.8
tensorflow>=2.13.0
future==0.18.3
colorama>=0.4.6
sympy==1.12
torch==2.0.1
# not an Apple
#torch with cuda support. If no hardware support for cuda
torch==2.0.1+cu118
# not an Apple, torchvision with cuda support
torchvision==0.15.2+cu118; sys_platform != 'darwin'
# is an Apple
torchvision==0.15.2; sys_platform == 'darwin'
Expand Down

0 comments on commit 086fc8a

Please sign in to comment.