py-heat: add v1.4.2 (#45317)

This commit is contained in:
Claudia Comito 2024-08-01 05:38:30 +02:00 committed by GitHub
parent 20e6b60fce
commit 9f04c45dea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ class PyHeat(PythonPackage):
license("MIT")
version("1.4.2", sha256="d6714428a9c5204c1c44a2b246f228effaddc688f812277f229f4acdbcfeb7c5")
version("1.4.1", sha256="ecd871717c372a6983f643c0178dda44bc017d6b32b9258dbf3775af95f580ce")
version("1.4.0", sha256="6836fa10f9ce62ea61cf1bdc3283d7ad0c305836cc5a08c4edfd30695708e788")
version("1.3.1", sha256="8997ddc56a1d3078b44a1e2933adc0a7fbf678bd19bade3ae015bc0e13d40d3b")
@ -50,7 +51,7 @@ class PyHeat(PythonPackage):
depends_on("python@3.8:3.11", type=("build", "run"))
depends_on("py-mpi4py@3:", type=("build", "run"))
depends_on("py-numpy@1.22:1", type=("build", "run"))
depends_on("py-torch@1.11:2.2.2", type=("build", "run"))
depends_on("py-torch@1.11:2.3.2", type=("build", "run"))
depends_on("py-scipy@1.10:", type=("build", "run"))
depends_on("pil@6:", type=("build", "run"))
depends_on("py-torchvision@0.12:", type=("build", "run"))