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
albumentations
diffusers==0.10.*
dnspython==2.2.1
einops
eventlet
facexlib

View File

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