python/python3-gensim: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:15 -07:00 committed by Willy Sudiarto Raharjo
parent 86d7d19669
commit bc86e573df
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/g/gensim/gensim-4.1.2.t
MD5SUM="cb32008b23b8b68586cc59f44838bb5f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-scipy python3-smart_open python3-wheel"
REQUIRES="python3-scipy python3-smart_open"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"