py-numba: fix py-numpy version dependencies (#35054)

as per #34362 comments
This commit is contained in:
Dylan Simon 2023-01-21 10:17:53 -05:00 committed by GitHub
parent a15448eae8
commit f593309b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ class PyNumba(PythonPackage):
depends_on("python@3.6:3.8", when="@0.48:0.51", type=("build", "run"))
depends_on("python@3.3:3.7", when="@0.40.1:0.47", type=("build", "run"))
depends_on("py-numpy@1.18:1.23", when="@0.56.1:", type=("build", "run"))
depends_on("py-numpy@1.18:1.22", when="@0.55.2:", type=("build", "run"))
depends_on("py-numpy@1.18:1.22", when="@0.55.2:0.56.0", type=("build", "run"))
depends_on("py-numpy@1.18:1.21", when="@0.55.0:0.55.1", type=("build", "run"))
depends_on("py-numpy@1.17:1.20", when="@0.54", type=("build", "run"))
# set upper bound for py-numpy the same as newer release