Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# pip will resolve the version which matches torch # pip will resolve the version which matches torch
albumentations albumentations
diffusers==0.10.* diffusers==0.10.*
dnspython==2.2.1
einops einops
eventlet eventlet
facexlib facexlib

View File

@ -3,7 +3,7 @@
cd "$(dirname "$0")" cd "$(dirname "$0")"
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" ) VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
PATCH="" PATCH="p2"
VERSION="v${VERSION}${PATCH}" VERSION="v${VERSION}${PATCH}"
echo "Be certain that you're in the 'installer' directory before continuing." echo "Be certain that you're in the 'installer' directory before continuing."