summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-08-03 00:44:27 -0700
committerGitHub <noreply@github.com>2022-08-03 09:44:27 +0200
commit8f55c3c34a0ef13286b5e71fe13b6dc50189a6c4 (patch)
tree339baf2ced44e5fd594af62665184e6cfb98cdb7
parent84073466e61f5c4074e5fba4e41c008f9c38ff61 (diff)
downloadspack-8f55c3c34a0ef13286b5e71fe13b6dc50189a6c4.tar.gz
spack-8f55c3c34a0ef13286b5e71fe13b6dc50189a6c4.tar.bz2
spack-8f55c3c34a0ef13286b5e71fe13b6dc50189a6c4.tar.xz
spack-8f55c3c34a0ef13286b5e71fe13b6dc50189a6c4.zip
py-pytorch-lightning: add v1.7.0 (#31871)
-rw-r--r--var/spack/repos/builtin/packages/py-pytorch-lightning/package.py6
1 files changed, 5 insertions, 1 deletions
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")