doc: update dependency version

This commit is contained in:
zhongzhizhou 2024-10-18 17:00:35 +08:00
parent ce950f8597
commit b1e8b3cfdd
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