Skip to content

Commit

Permalink
py-pyvista: add v0.44.1 (spack#46231)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Sep 5, 2024
1 parent 93d3122 commit 47bd8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions var/spack/repos/builtin/packages/py-pyvista/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ class PyPyvista(PythonPackage):

license("MIT")

version("0.44.1", sha256="63976f5d57d151b3f7e1616dde40dcf56a66d1f37f6db067087fa9cc9667f512")
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@1.21:", when="@0.44:", 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"))
Expand Down

0 comments on commit 47bd8a6

Please sign in to comment.