Skip to content

Commit c7be728

Browse files
committed
Fix TensorBoard startup issue
1 parent 594dcbe commit c7be728

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Core dependencies
2+
setuptools==81.0.0
23
pip>=23.3; sys_platform == 'darwin'
34
wheel; sys_platform == 'darwin'
45
PyYAML; sys_platform == 'darwin'

run-install.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ exit /b 0
9292
:install_dependencies
9393
echo Installing dependencies...
9494
call "%MINICONDA_DIR%\condabin\conda.bat" activate "%ENV_DIR%" || goto :error
95-
uv pip install --upgrade setuptools || goto :error
9695
uv pip install -r "%INSTALL_DIR%\requirements.txt" --extra-index-url https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match || goto :error
9796
call "%MINICONDA_DIR%\condabin\conda.bat" deactivate
9897
echo Dependencies installation complete.

0 commit comments

Comments
 (0)