From e42c76cccf9a98736b90c1831aefb5e2d8cdcb0c Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 13 Jan 2025 15:12:24 +0100 Subject: [PATCH] py-ipython: relax py-jedi forward compat (#48542) --- var/spack/repos/builtin/packages/py-ipython/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/py-ipython/package.py b/var/spack/repos/builtin/packages/py-ipython/package.py index 2676bad78c4..833cbaabc4a 100644 --- a/var/spack/repos/builtin/packages/py-ipython/package.py +++ b/var/spack/repos/builtin/packages/py-ipython/package.py @@ -61,7 +61,7 @@ class PyIpython(PythonPackage): depends_on("py-colorama", when="platform=windows", type=("build", "run")) depends_on("py-decorator", type=("build", "run")) depends_on("py-exceptiongroup", when="@8.15: ^python@:3.10", type=("build", "run")) - depends_on("py-jedi@0.16:0.18", when="@7.18,7.20:", type=("build", "run")) + depends_on("py-jedi@0.16:", when="@7.18,7.20:", type=("build", "run")) depends_on("py-jedi@0.10:", when="@7.5:7.17,7.19", type=("build", "run")) depends_on("py-matplotlib-inline", when="@7.23:", type=("build", "run")) depends_on("py-pexpect@4.4:", when="@7.18: platform=linux", type=("build", "run"))