py-pyvista: add v0.44.1 (#46231)

This commit is contained in:
Adam J. Stewart 2024-09-05 19:53:42 +02:00 committed by GitHub
parent 93d31225db
commit 47bd8a6b26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,12 +19,14 @@ class PyPyvista(PythonPackage):
license("MIT") license("MIT")
version("0.44.1", sha256="63976f5d57d151b3f7e1616dde40dcf56a66d1f37f6db067087fa9cc9667f512")
version("0.42.3", sha256="00159cf0dea05c1ecfd1695c8c6ccfcfff71b0744c9997fc0276e661dc052351") version("0.42.3", sha256="00159cf0dea05c1ecfd1695c8c6ccfcfff71b0744c9997fc0276e661dc052351")
version("0.37.0", sha256="d36a2c6d5f53f473ab6a9241669693acee7a5179394dc97595da14cc1de23141") version("0.37.0", sha256="d36a2c6d5f53f473ab6a9241669693acee7a5179394dc97595da14cc1de23141")
version("0.32.1", sha256="585ac79524e351924730aff9b7207d6c5ac4175dbb5d33f7a9a2de22ae53dbf9") version("0.32.1", sha256="585ac79524e351924730aff9b7207d6c5ac4175dbb5d33f7a9a2de22ae53dbf9")
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
depends_on("py-matplotlib@3.0.1:", when="@0.39:", type=("build", "run")) depends_on("py-matplotlib@3.0.1:", when="@0.39:", type=("build", "run"))
depends_on("py-numpy@1.21:", when="@0.44:", type=("build", "run"))
depends_on("py-numpy", type=("build", "run")) depends_on("py-numpy", type=("build", "run"))
# https://github.com/pyvista/pyvista/releases/tag/v0.44.0 # https://github.com/pyvista/pyvista/releases/tag/v0.44.0
depends_on("py-numpy@:1", when="@:0.43", type=("build", "run")) depends_on("py-numpy@:1", when="@:0.43", type=("build", "run"))