This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ exit /b 1
3737echo " install wheel package"
3838
3939set PYTHON_INSTALLER_URL =
40- if " %DESIRED_PYTHON% " == " 3.13" set " PYTHON_INSTALLER_URL = https://www.python.org/ftp/python/3.13.0/python-3.13.0b1 -amd64.exe"
40+ if " %DESIRED_PYTHON% " == " 3.13" set " PYTHON_INSTALLER_URL = https://www.python.org/ftp/python/3.13.0/python-3.13.0 -amd64.exe"
4141if " %DESIRED_PYTHON% " == " 3.12" set " PYTHON_INSTALLER_URL = https://www.python.org/ftp/python/3.12.0/python-3.12.0-amd64.exe"
4242if " %DESIRED_PYTHON% " == " 3.11" set " PYTHON_INSTALLER_URL = https://www.python.org/ftp/python/3.11.0/python-3.11.0-amd64.exe"
4343if " %DESIRED_PYTHON% " == " 3.10" set " PYTHON_INSTALLER_URL = https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe"
@@ -60,7 +60,7 @@ if errorlevel 1 exit /b 1
6060
6161set " PATH = %CD% \Python%PYTHON_VERSION% \Scripts;%CD% \Python;%PATH% "
6262
63-
63+ if " %DESIRED_PYTHON% " == " 3.13 " pip install -q --pre numpy == 2.1.0 protobuf
6464if " %DESIRED_PYTHON% " == " 3.12" pip install -q --pre numpy== 2.0.2 protobuf
6565if " %DESIRED_PYTHON% " == " 3.11" pip install -q --pre numpy== 2.0.2 protobuf
6666if " %DESIRED_PYTHON% " == " 3.10" pip install -q --pre numpy== 2.0.2 protobuf
You can’t perform that action at this time.
0 commit comments