sdkit 1.0.36, for the image metadata embedding change

This commit is contained in:
cmdr2
2023-02-10 18:09:23 +05:30
parent 5f2fb19d71
commit ad249c4651
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ if python ../scripts/check_modules.py sdkit sdkit.models ldm transformers numpy
export PYTHONNOUSERSITE=1
export PYTHONPATH="$INSTALL_ENV_DIR/lib/python3.8/site-packages"
python -m pip install --upgrade sdkit==1.0.35 -q
python -m pip install --upgrade sdkit==1.0.36 -q
fi
else
echo "Installing sdkit: https://pypi.org/project/sdkit/"