Update how uv is installed on windows

pull/3254/head
bmaltais 2025-05-25 19:16:58 -04:00
parent 451f051d52
commit f56fb0f59f
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ where uv >nul 2>nul
if %errorlevel% neq 0 ( if %errorlevel% neq 0 (
set /p INSTALL_UV="uv is not installed. We can try to install it for you, or you can install it manually from https://astral.sh/uv before running this script again. Would you like to attempt automatic installation now? (Y/N) " set /p INSTALL_UV="uv is not installed. We can try to install it for you, or you can install it manually from https://astral.sh/uv before running this script again. Would you like to attempt automatic installation now? (Y/N) "
if /i "!INSTALL_UV!"=="Y" ( if /i "!INSTALL_UV!"=="Y" (
pip install --upgrade uv -q winget install --id=astral-sh.uv -e
) else ( ) else (
echo Okay, please install uv manually from https://astral.sh/uv and then re-run this script. Exiting. echo Okay, please install uv manually from https://astral.sh/uv and then re-run this script. Exiting.
exit /b 1 exit /b 1

View File

@ -838,7 +838,7 @@ wheels = [
[[package]] [[package]]
name = "kohya-ss" name = "kohya-ss"
version = "25.0.5" version = "25.1.0"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "accelerate" }, { name = "accelerate" },