From 8f55c3c34a0ef13286b5e71fe13b6dc50189a6c4 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Wed, 3 Aug 2022 00:44:27 -0700 Subject: py-pytorch-lightning: add v1.7.0 (#31871) --- var/spack/repos/builtin/packages/py-pytorch-lightning/package.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/py-pytorch-lightning/package.py b/var/spack/repos/builtin/packages/py-pytorch-lightning/package.py index 12a6463ed9..f92af0967b 100644 --- a/var/spack/repos/builtin/packages/py-pytorch-lightning/package.py +++ b/var/spack/repos/builtin/packages/py-pytorch-lightning/package.py @@ -14,6 +14,7 @@ class PyPytorchLightning(PythonPackage): maintainers = ["adamjstewart"] + version("1.7.0", sha256="f3be1500e3ba9ff06c4b8f74d66f02757a5ae73b4cd2f63f47137c501a0400e2") version("1.6.5", sha256="8d521f2619b9db2ada5bbaf9713330d01460e75a11e4bc0bc2ca25fd37c47c57") version("1.6.4", sha256="5459f2c3e67676ec59e94576d1499e9559d214e7df41eadd135db64b4ccf54b9") version("1.6.3", sha256="beb1f36a6dae91f5fef0959a04af1092dff4f3f4d99c20f0e033f84e615903e3") @@ -31,6 +32,7 @@ class PyPytorchLightning(PythonPackage): depends_on("py-setuptools", type="build") depends_on("py-numpy@1.17.2:", when="@1.3:", type=("build", "run")) depends_on("py-numpy@1.16.6:", when="@:1.2", type=("build", "run")) + depends_on("py-torch@1.9:", when="@1.7:", type=("build", "run")) depends_on("py-torch@1.8:", when="@1.6:", type=("build", "run")) depends_on("py-torch@1.6:", when="@1.4:1.5", type=("build", "run")) depends_on("py-torch@1.4:", when="@:1.3", type=("build", "run")) @@ -42,8 +44,10 @@ class PyPytorchLightning(PythonPackage): depends_on("py-pyyaml@5.1:5.3,5.5:", when="@:1.2", type=("build", "run")) depends_on("py-fsspec@2021.05.0:2021.05,2021.06.1:+http", when="@1.3:", type=("build", "run")) depends_on("py-fsspec@0.8.1:+http", when="@:1.2", type=("build", "run")) + depends_on("py-tensorboard@2.9.1:", when="@1.7:", type=("build", "run")) depends_on("py-tensorboard@2.2.0:", when="@1.5:", type=("build", "run")) depends_on("py-tensorboard@2.2.0:2.4,2.5.1:", when="@:1.4", type=("build", "run")) + depends_on("py-torchmetrics@0.7:", when="@1.7:", type=("build", "run")) depends_on("py-torchmetrics@0.4.1:", when="@1.5:", type=("build", "run")) depends_on("py-torchmetrics@0.4.0:", when="@1.4", type=("build", "run")) depends_on("py-torchmetrics@0.2.0:", when="@1.3", type=("build", "run")) @@ -58,4 +62,4 @@ class PyPytorchLightning(PythonPackage): depends_on("py-typing-extensions", when="@1.4:1.5", type=("build", "run")) depends_on("py-future@0.17.1:", when="@:1.5", type=("build", "run")) depends_on("pil@:8.2,8.3.1:", when="@1.3", type=("build", "run")) - depends_on("py-protobuf@:3.20.1", when="@1.6.4:", type="build") + depends_on("py-protobuf@:3.20.1", when="@1.6.4:1.6", type="build") -- cgit v1.2.3-70-g09d2