Skip to content

Commit 3eeafd7

Browse files
committed
Revert "Specify pip and setuptools version"
This reverts commit 1839866.
1 parent 1839866 commit 3eeafd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webui.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ echo Unable to create venv in directory "%VENV_DIR%"
4242
goto :show_stdout_stderr
4343

4444
:upgrade_pip
45-
"%VENV_DIR%\Scripts\Python.exe" -m pip install --force-reinstall pip==25.2 setuptools==80.10.2
45+
"%VENV_DIR%\Scripts\Python.exe" -m pip install --upgrade pip
4646
if %ERRORLEVEL% == 0 goto :activate_venv
4747
echo Warning: Failed to upgrade PIP version
4848

0 commit comments

Comments
 (0)