py-pyvista: declare numpy 2 support (#45158)
This commit is contained in:
parent
4f18cab8d2
commit
feecb60b9e
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user