fix: update dependency version (#421)

Co-authored-by: zhongzhizhou <zhongzhizhou@kuaishou.com>
This commit is contained in:
ZhizhouZhong 2024-10-18 17:06:07 +08:00 committed by GitHub
parent ce950f8597
commit d3632e0318
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ git clone https://github.com/KwaiVGI/LivePortrait
cd LivePortrait
# create env using conda
conda create -n LivePortrait python=3.9
conda create -n LivePortrait python=3.10
conda activate LivePortrait
```

View File

@ -1,4 +1,4 @@
-r requirements_base.txt
onnxruntime-gpu==1.18.0
transformers==4.22.0
transformers==4.38.0

View File

@ -13,6 +13,6 @@ albumentations==1.4.10
matplotlib==3.9.0
imageio-ffmpeg==0.5.1
tyro==0.8.5
gradio==4.37.1
gradio==5.1.0
pykalman==0.9.7
pillow>=10.2.0