aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:15 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:11 +0700
commitbc86e573df6724f0d4ea286cf822d90aa6591204 (patch)
tree3c284ccb6114989f00077adec225b33b9286b21f /python
parent86d7d19669c6f773616d3fdd56b4f61aa82a1e44 (diff)
python/python3-gensim: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-gensim/python3-gensim.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-gensim/python3-gensim.info b/python/python3-gensim/python3-gensim.info
index baef2aa258034..8badac9c164a2 100644
--- a/python/python3-gensim/python3-gensim.info
+++ b/python/python3-gensim/python3-gensim.info
@@ -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"