diff --git a/setup.py b/setup.py index 77eb0562..12f39d70 100644 --- a/setup.py +++ b/setup.py @@ -72,8 +72,8 @@ def main(): "numpy<2.0.0", "torch", "bpemb", - "scipy<=1.10.1", - "gensim>=4.0.0", + "scipy", + "gensim>=4.3.3", "requests", "fasttext-wheel", "pymagnitude-light",