py-pyvista: declare numpy 2 support (#45158)

This commit is contained in:
Adam J. Stewart 2024-07-10 21:03:38 +02:00 committed by GitHub
parent 4f18cab8d2
commit feecb60b9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,8 @@ class PyPyvista(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-matplotlib@3.0.1:", when="@0.39:", type=("build", "run"))
depends_on("py-numpy", type=("build", "run"))
# https://github.com/pyvista/pyvista/releases/tag/v0.44.0
depends_on("py-numpy@:1", when="@:0.43", type=("build", "run"))
depends_on("pil", type=("build", "run"))
depends_on("py-pooch", when="@0.37:", type=("build", "run"))
depends_on("py-scooby@0.5.1:", type=("build", "run"))