summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-08-23 02:34:53 -0500
committerGitHub <noreply@github.com>2023-08-23 09:34:53 +0200
commit34ff7605e67bcaedbe34df5c02ddf605f42e0a97 (patch)
tree1c97e049101fd258c831afa0f71eb86a489b6957
parente026fd3613836b60ae7fdc942ef90f92e8e72b70 (diff)
downloadspack-34ff7605e67bcaedbe34df5c02ddf605f42e0a97.tar.gz
spack-34ff7605e67bcaedbe34df5c02ddf605f42e0a97.tar.bz2
spack-34ff7605e67bcaedbe34df5c02ddf605f42e0a97.tar.xz
spack-34ff7605e67bcaedbe34df5c02ddf605f42e0a97.zip
py-torchmetrics: add v1.1.0 (#39582)
-rw-r--r--var/spack/repos/builtin/packages/py-torchmetrics/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-torchmetrics/package.py b/var/spack/repos/builtin/packages/py-torchmetrics/package.py
index 72554d9b2d..f2c617bbe3 100644
--- a/var/spack/repos/builtin/packages/py-torchmetrics/package.py
+++ b/var/spack/repos/builtin/packages/py-torchmetrics/package.py
@@ -14,6 +14,7 @@ class PyTorchmetrics(PythonPackage):
maintainers("adamjstewart")
+ version("1.1.0", sha256="94b51aeb3d5ff55503fa47086bbc2af9e26efabb840e2d3c2381db9623dda5fd")
version("1.0.3", sha256="1c20ea2f0db434334e88da6c015ddf936d43379bfb403e9dc2a7272b0eab453c")
version("1.0.2", sha256="537989d02337814e621a45232eeb1eacfd4700a66c2b5161d19ca2158246e075")
version("0.11.4", sha256="1fe45a14b44dd65d90199017dd5a4b5a128d56a8a311da7916c402c18c671494")
@@ -48,6 +49,7 @@ class PyTorchmetrics(PythonPackage):
depends_on("py-torch@1.3.1:", type=("build", "run"))
depends_on("py-typing-extensions", when="@0.9: ^python@:3.8", type=("build", "run"))
depends_on("py-packaging", when="@0.3:", type=("build", "run"))
+ depends_on("py-lightning-utilities@0.8:", when="@1.1:", type=("build", "run"))
depends_on("py-lightning-utilities@0.7:", when="@1:", type=("build", "run"))
# Historical dependencies