py-hpbandster: use build/run deps instead of build (#40102)

This commit is contained in:
Harmen Stoppels 2023-09-22 10:18:39 +02:00 committed by GitHub
parent 2d3d9640dc
commit eb7e26006f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,5 @@ class PyLhsmdu(PythonPackage):
version("0.1", sha256="ef462054b354cd20b10c6d80876c8fdb552a8d2e23eaf74179dc91956d68d32a")
depends_on("py-setuptools", type="build")
depends_on("py-numpy", type="build")
depends_on("py-scipy", type="build")
depends_on("py-numpy", type=("build", "run"))
depends_on("py-scipy", type=("build", "run"))