From 4f67afeb5fcefc3e08685c617f9dce9cdbec9c39 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 9 Jun 2022 12:09:05 -0700 Subject: py-pytorch-lightning: add v1.6.4 (#31069) --- .../packages/py-pytorch-lightning/package.py | 36 ++++++++++++++++------ 1 file changed, 26 insertions(+), 10 deletions(-) (limited to 'var') 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 7f4c816731..7fe6150e56 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,10 @@ class PyPytorchLightning(PythonPackage): maintainers = ['adamjstewart'] + version('1.6.4', sha256='5459f2c3e67676ec59e94576d1499e9559d214e7df41eadd135db64b4ccf54b9') + version('1.6.3', sha256='beb1f36a6dae91f5fef0959a04af1092dff4f3f4d99c20f0e033f84e615903e3') + version('1.6.2', sha256='ccb5e8593837afc9ecf914ee66bf171ee0e08a8d6673531a617b0a61863a9611') + version('1.6.1', sha256='280b9c7f84f9a6b6d2efb91c7b3caad50031e318d37cfe052f3047faf1f0a2de') version('1.6.0', sha256='1ab6f15750862cfbac48ad7be420050c8c353a060da7c2575f9e267158a33d42') version('1.5.3', sha256='a206169a0c4356366a7edadb5ebd2f38e9a611ff78265ce93b767662682f5620') version('1.4.1', sha256='1d1128aeb5d0e523d2204c4d9399d65c4e5f41ff0370e96d694a823af5e8e6f3') @@ -24,30 +28,42 @@ class PyPytorchLightning(PythonPackage): depends_on('python@3.7:', when='@1.6:', type=('build', 'run')) depends_on('python@3.6:', when='@:1.5', type=('build', 'run')) depends_on('py-setuptools', type='build') - depends_on('py-numpy@1.17.2:', when='@1.3:', type=('build', 'run')) + depends_on('py-numpy@1.17.2:1.22.3', when='@1.6.4:', type=('build', 'run')) + depends_on('py-numpy@1.17.2:', when='@1.3:1.6.3', type=('build', 'run')) depends_on('py-numpy@1.16.6:', when='@:1.2', type=('build', 'run')) - depends_on('py-torch@1.8:', when='@1.6:', type=('build', 'run')) + depends_on('py-torch@1.8:1.11.0', when='@1.6.4:', type=('build', 'run')) + depends_on('py-torch@1.8:', when='@1.6:1.6.3', 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')) - depends_on('py-tqdm@4.41.0:', type=('build', 'run')) - depends_on('py-pyyaml@5.4:', when='@1.6:', type=('build', 'run')) + depends_on('py-tqdm@4.57.0:4.63.0', when='@1.6.4:', type=('build', 'run')) + depends_on('py-tqdm@4.57.0:', when='@1.6.3', type=('build', 'run')) + depends_on('py-tqdm@4.41.0:', when='@:1.6.2', type=('build', 'run')) + depends_on('py-pyyaml@5.4:6.0', when='@1.6.4:', type=('build', 'run')) + depends_on('py-pyyaml@5.4:', when='@1.6:1.6.3', type=('build', 'run')) depends_on('py-pyyaml@5.1:', when='@1.4:1.5', type=('build', 'run')) depends_on('py-pyyaml@5.1:5.4.1', when='@1.3', type=('build', 'run')) 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@2021.05.0:2021.05,2021.06.1:2022.2.0+http', when='@1.6.4:', type=('build', 'run')) + depends_on('py-fsspec@2021.05.0:2021.05,2021.06.1:+http', when='@1.3:1.6.3', type=('build', 'run')) depends_on('py-fsspec@0.8.1:+http', when='@:1.2', type=('build', 'run')) - depends_on('py-tensorboard@2.2.0:', when='@1.5:', type=('build', 'run')) + depends_on('py-tensorboard@2.2.0:2.9', when='@1.6.4:', type=('build', 'run')) + depends_on('py-tensorboard@2.2.0:', when='@1.5:1.6.3', 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.4.1:', when='@1.5:', type=('build', 'run')) + depends_on('py-torchmetrics@0.4.1:0.7.2', when='@1.6.4:', type=('build', 'run')) + depends_on('py-torchmetrics@0.4.1:', when='@1.5:1.6.3', 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')) depends_on('py-torchmetrics@0.2.0', when='@:1.2', type=('build', 'run')) - depends_on('py-pydeprecate@0.3.1:0.3', when='@1.6:', type=('build', 'run')) + depends_on('py-pydeprecate@0.3.1:0.3.2', when='@1.6.4:', type=('build', 'run')) + depends_on('py-pydeprecate@0.3.1:0.3', when='@1.6:1.6.3', type=('build', 'run')) depends_on('py-pydeprecate@0.3.1', when='@1.4:1.5', type=('build', 'run')) depends_on('py-pydeprecate@0.3.0', when='@1.3', type=('build', 'run')) - depends_on('py-packaging@17.0:', when='@1.3:', type=('build', 'run')) + depends_on('py-packaging@17.0:21.3', when='@1.6.4:', type=('build', 'run')) + depends_on('py-packaging@17.0:', when='@1.3:1.6.3', type=('build', 'run')) depends_on('py-packaging', when='@:1.2', type=('build', 'run')) - depends_on('py-typing-extensions@4:', when='@1.6:', type=('build', 'run')) + depends_on('py-typing-extensions@4.0.0:4.2.0', when='@1.6.4:', type=('build', 'run')) + depends_on('py-typing-extensions@4.0.0:', when='@1.6:1.6.3', type=('build', 'run')) 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') -- cgit v1.2.3-60-g2f50