From ef4d0e08b2d312bcf3034aa3ae48436f5d8b56a5 Mon Sep 17 00:00:00 2001 From: Owl Date: Thu, 21 Aug 2025 20:07:13 -0400 Subject: all the stuff --- required_modules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'required_modules.py') diff --git a/required_modules.py b/required_modules.py index ae2b44b..069a1b7 100644 --- a/required_modules.py +++ b/required_modules.py @@ -34,5 +34,5 @@ print("lxml %s is installed!" % (lxml.__version__)) # hacky way to do it but it is the only way that works if (numpy.__version__ != "1.18.5"): file_ops.rm_folder(numpy.__path__[0]) # remove the installation folder - run(pip_install + ["numpy==1.18.5"]) # install the newer version + run(pip_install + ["numpy==1.18.5"]) # install a newer version print("numpy %s is installed!" % (numpy.__version__)) -- cgit v1.2.3-70-g09d2