From 28fd4513fde72caf5b9ced23f5d1e9fd2c9f6980 Mon Sep 17 00:00:00 2001 From: patientx Date: Fri, 8 Aug 2025 11:51:44 +0300 Subject: [PATCH] Create fixnumpy.bat --- fixnumpy.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fixnumpy.bat diff --git a/fixnumpy.bat b/fixnumpy.bat new file mode 100644 index 000000000..b9b27b338 --- /dev/null +++ b/fixnumpy.bat @@ -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