Skip to content
Snippets Groups Projects
Commit 0e7642b7 authored by tuhe's avatar tuhe
Browse files

fixing small issue with version

parent eee06183
Branches
No related tags found
No related merge requests found
...@@ -10,5 +10,5 @@ setup( ...@@ -10,5 +10,5 @@ setup(
author_email='tuhe@dtu.dk', author_email='tuhe@dtu.dk',
description='A lightweight student evaluation framework build on unittest', description='A lightweight student evaluation framework build on unittest',
include_package_data=True, include_package_data=True,
install_requires=['jinja2', 'tabulate', 'sklearn', 'compress_pickle', "pyfiglet", "numpy"], install_requires=['numpy', 'jinja2', 'tabulate', 'sklearn', 'compress_pickle', "pyfiglet"],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment