From bdb7563e2ec08d9cd019956ddd2ccafe7e224b93 Mon Sep 17 00:00:00 2001 From: fabio-cumbo Date: Thu, 15 Jun 2023 10:41:07 -0400 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84a6063..e2b4d4f 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,8 @@ description="Hyperdimensional Computing Library for building Vector Symbolic Architectures in Python", install_requires=[ "numpy>=1.22.3", - "scikit-learn>=1.2.2" + "scikit-learn>=1.2.2", + "tabulate>=0.9.0" ], license="MIT", license_files=["LICENSE"],