diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-21 20:07:13 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-21 20:07:13 -0400 |
commit | ef4d0e08b2d312bcf3034aa3ae48436f5d8b56a5 (patch) | |
tree | 88c06847d16e29acdd743066b0781fc17ebde3eb /required_modules.py | |
parent | 5fb5906f45a20652b8cbadc5657df9ca506f11db (diff) | |
download | blenxy-ef4d0e08b2d312bcf3034aa3ae48436f5d8b56a5.tar.gz blenxy-ef4d0e08b2d312bcf3034aa3ae48436f5d8b56a5.zip |
all the stuff
Diffstat (limited to 'required_modules.py')
-rw-r--r-- | required_modules.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__)) |