diff --git a/setup.py b/setup.py
index 5b502523c7ac65d4c06daac54cd3b43cff1ecaf1..29108c8721da4c0e63c8911a5f00825bcb59e976 100644
--- a/setup.py
+++ b/setup.py
@@ -10,5 +10,5 @@ setup(
     author_email='tuhe@dtu.dk',
     description='A lightweight student evaluation framework build on unittest',
     include_package_data=True,
-    install_requires=['jinja2', 'tabulate', 'sklearn', 'compress_pickle', "pyfiglet", "numpy"],
+    install_requires=['numpy', 'jinja2', 'tabulate', 'sklearn', 'compress_pickle', "pyfiglet"],
 )