From 99ea24c0e92cdc332deeef7052f7af7973310363 Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 15 May 2025 03:26:20 +0300 Subject: [PATCH] Update install-for-older-amd.bat --- install-for-older-amd.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-for-older-amd.bat b/install-for-older-amd.bat index b65b3aba8..cfa268e1d 100644 --- a/install-for-older-amd.bat +++ b/install-for-older-amd.bat @@ -34,7 +34,7 @@ echo :: %time:~0,8% :: - Installing onnxruntime (required by some nodes) pip install onnxruntime --quiet echo :: %time:~0,8% :: - (temporary numpy fix) pip uninstall numpy -y --quiet -pip install numpy==1.26.0 --quiet +pip install numpy==1.26.4 --quiet echo. echo :: %time:~0,8% :: Custom node(s) installation ... echo.