py-pyvista: add v0.42.3 (#41246)

This commit is contained in:
Adam J. Stewart 2023-12-12 19:58:15 +01:00 committed by GitHub
parent 37cdcc7172
commit 7d7f097295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,13 @@ class PyPyvista(PythonPackage):
maintainers("banesullivan")
version("0.42.3", sha256="00159cf0dea05c1ecfd1695c8c6ccfcfff71b0744c9997fc0276e661dc052351")
version("0.37.0", sha256="d36a2c6d5f53f473ab6a9241669693acee7a5179394dc97595da14cc1de23141")
version("0.32.1", sha256="585ac79524e351924730aff9b7207d6c5ac4175dbb5d33f7a9a2de22ae53dbf9")
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"))
depends_on("py-imageio", 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"))
@ -28,4 +29,8 @@ class PyPyvista(PythonPackage):
# Historical dependencies
depends_on("py-appdirs", when="@:0.36", type=("build", "run"))
depends_on("py-imageio", when="@:0.38", type=("build", "run"))
depends_on("py-meshio@4.0.3:4", when="@:0.32", type=("build", "run"))
# '>=3.7.*' in python_requires: setuptools parser changed in v60 and errors.
depends_on("py-setuptools@:59", when="@:0.37", type="build")