Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cumbof committed Jun 15, 2023
1 parent 2c64f23 commit bdb7563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit bdb7563

Please sign in to comment.