summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2023-05-12 13:39:03 -0500
committerGitHub <noreply@github.com>2023-05-12 11:39:03 -0700
commitcafc21c43d6b88e327687b6f8b765d8370e58c81 (patch)
tree953d93bbf05ca74db679bce2e3339a5e138b8973
parent72699b43ab114aacd65c5e2c96734958654883fc (diff)
downloadspack-cafc21c43d6b88e327687b6f8b765d8370e58c81.tar.gz
spack-cafc21c43d6b88e327687b6f8b765d8370e58c81.tar.bz2
spack-cafc21c43d6b88e327687b6f8b765d8370e58c81.tar.xz
spack-cafc21c43d6b88e327687b6f8b765d8370e58c81.zip
py-lightly: add v1.4.5 (#37625)
-rw-r--r--var/spack/repos/builtin/packages/py-lightly/package.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-lightly/package.py b/var/spack/repos/builtin/packages/py-lightly/package.py
index e1017f0c2a..bb4ac68f64 100644
--- a/var/spack/repos/builtin/packages/py-lightly/package.py
+++ b/var/spack/repos/builtin/packages/py-lightly/package.py
@@ -15,12 +15,13 @@ class PyLightly(PythonPackage):
maintainers("adamjstewart")
+ version("1.4.5", sha256="67b1de64950ff5bc35ef86fec3049f437ed1c9cb4a191c43b52384460207535f")
version("1.4.4", sha256="e726120437ee61754da8e1c384d2ed27d9a7004e037c74d98e3debbc98cbd4a4")
version("1.4.3", sha256="ff2cfded234bc5338519bdb2de774c59a55200159f4429b009b7a3923bc0be0e")
version("1.4.2", sha256="bae451fcd04fbd3cc14b044a2583ae24591533d4a8a6ff51e5f1477f9a077648")
version("1.4.1", sha256="4c64657639c66ee5c8b4b8d300fc9b5287dc7e14a260f3a2e04917dca7f57f5b")
- # lightly/requirements/base.txt
+ # requirements/base.txt
depends_on("py-certifi@14.05.14:", type=("build", "run"))
depends_on("py-hydra-core@1:", type=("build", "run"))
depends_on("py-lightly-utils@0.0", type=("build", "run"))
@@ -33,7 +34,7 @@ class PyLightly(PythonPackage):
depends_on("py-tqdm@4.44:", type=("build", "run"))
depends_on("py-urllib3@1.15.1:", type=("build", "run"))
- # lightly/requirements/torch.txt
+ # requirements/torch.txt
depends_on("py-torch", type=("build", "run"))
depends_on("py-torch@:1", when="@:1.4.1", type=("build", "run"))
depends_on("py-torchvision", type=("build", "run"))