Update install.bat

This commit is contained in:
patientx 2025-05-15 03:26:46 +03:00 committed by GitHub
parent 99ea24c0e9
commit f5e064a873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,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.