py-torchmetrics: add v1.5.0 (#47095)

This commit is contained in:
Adam J. Stewart 2024-10-19 17:15:52 +02:00 committed by GitHub
parent 4de8344c16
commit 4d616e1168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ class PyTorchmetrics(PythonPackage):
license("Apache-2.0")
maintainers("adamjstewart")
version("1.5.0", sha256="c18e68bab4104ad7d2285af601ddc6dc04f9f3b7cafaa8ad13fa1dcc539e33b6")
version("1.4.3", sha256="5554a19167e91f543afe82ff58a01059c8eec854359ad22896449c2c8fb0ad89")
version("1.4.2", sha256="7a40cbec85e5645090812b87601696b4adf158294ec8c407ae58a71710938b87")
version("1.4.0", sha256="0b1e5acdcc9beb05bfe369d3d56cfa5b143f060ebfd6079d19ccc59ba46465b3")
@ -71,8 +72,9 @@ class PyTorchmetrics(PythonPackage):
depends_on("py-scipy@1.0.1:", when="+image")
depends_on("py-torchvision@0.8:", when="+image")
depends_on("py-torch-fidelity", when="+image")
depends_on("py-lpips", when="@:1.2.0+image")
# Historical dependencies
depends_on("py-pretty-errors@1.2.25", when="@1.4.0")
depends_on("py-pydeprecate@0.3", when="@0.7:0.8")
depends_on("py-lpips", when="@:1.2.0+image")