From 22a761c0c2afc12f74b67f18e0151155c3bda9a9 Mon Sep 17 00:00:00 2001 From: Hongchao Ji Date: Wed, 18 Oct 2023 15:25:52 +0800 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index edea478..d36b105 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ packages=find_packages(), install_requires=[ "jpype1", + "pandas", "gensim", "scikit-learn", "tqdm",