summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-gensim/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-gensim/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-gensim/package.py12
1 files changed, 4 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/py-gensim/package.py b/var/spack/repos/builtin/packages/py-gensim/package.py
index b93e9c3fa0..eb8101f8b6 100644
--- a/var/spack/repos/builtin/packages/py-gensim/package.py
+++ b/var/spack/repos/builtin/packages/py-gensim/package.py
@@ -23,15 +23,11 @@ class PyGensim(PythonPackage):
depends_on("python@2.7:2.8,3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")
- depends_on("py-numpy@1.11.3:1.16.1", when="^python@:2", type=("build", "run"))
- depends_on("py-numpy@1.11.3:", when="^python@3:", type=("build", "run"))
+ depends_on("py-numpy@1.11.3:", type=("build", "run"))
- depends_on("py-scipy@0.18.1:1.2.3", when="^python@:2", type=("build", "run"))
- depends_on("py-scipy@0.18.1:", when="^python@3:", type=("build", "run"))
+ depends_on("py-scipy@0.18.1:", type=("build", "run"))
depends_on("py-six@1.5.0:", type=("build", "run"))
- depends_on("py-smart-open@1.7.0:1.10", when="@3.8.0^python@:2", type=("build", "run"))
- depends_on("py-smart-open@1.7.0:", when="@3.8.0^python@3:", type=("build", "run"))
- depends_on("py-smart-open@1.8.1:1.10", when="@3.8.1:^python@:2", type=("build", "run"))
- depends_on("py-smart-open@1.8.1:", when="@3.8.1:^python@3:", type=("build", "run"))
+ depends_on("py-smart-open@1.7.0:", when="@3.8.0", type=("build", "run"))
+ depends_on("py-smart-open@1.8.1:", when="@3.8.1:", type=("build", "run"))