Create fixnumpy.bat

This commit is contained in:
patientx 2025-08-08 11:51:44 +03:00 committed by GitHub
parent 89499c6fae
commit 28fd4513fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
fixnumpy.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
call venv\scripts\activate
pip uninstall numpy -y --quiet
pip install numpy==1.26.4 --quiet
echo numpy 1.26.4 reinstalled.
pause