summaryrefslogtreecommitdiff
path: root/required_modules.py
diff options
context:
space:
mode:
Diffstat (limited to 'required_modules.py')
-rw-r--r--required_modules.py2
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__))