py-lightly: add v1.4.5 (#37625)
This commit is contained in:
parent
72699b43ab
commit
cafc21c43d
@ -15,12 +15,13 @@ class PyLightly(PythonPackage):
|
|||||||
|
|
||||||
maintainers("adamjstewart")
|
maintainers("adamjstewart")
|
||||||
|
|
||||||
|
version("1.4.5", sha256="67b1de64950ff5bc35ef86fec3049f437ed1c9cb4a191c43b52384460207535f")
|
||||||
version("1.4.4", sha256="e726120437ee61754da8e1c384d2ed27d9a7004e037c74d98e3debbc98cbd4a4")
|
version("1.4.4", sha256="e726120437ee61754da8e1c384d2ed27d9a7004e037c74d98e3debbc98cbd4a4")
|
||||||
version("1.4.3", sha256="ff2cfded234bc5338519bdb2de774c59a55200159f4429b009b7a3923bc0be0e")
|
version("1.4.3", sha256="ff2cfded234bc5338519bdb2de774c59a55200159f4429b009b7a3923bc0be0e")
|
||||||
version("1.4.2", sha256="bae451fcd04fbd3cc14b044a2583ae24591533d4a8a6ff51e5f1477f9a077648")
|
version("1.4.2", sha256="bae451fcd04fbd3cc14b044a2583ae24591533d4a8a6ff51e5f1477f9a077648")
|
||||||
version("1.4.1", sha256="4c64657639c66ee5c8b4b8d300fc9b5287dc7e14a260f3a2e04917dca7f57f5b")
|
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-certifi@14.05.14:", type=("build", "run"))
|
||||||
depends_on("py-hydra-core@1:", type=("build", "run"))
|
depends_on("py-hydra-core@1:", type=("build", "run"))
|
||||||
depends_on("py-lightly-utils@0.0", 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-tqdm@4.44:", type=("build", "run"))
|
||||||
depends_on("py-urllib3@1.15.1:", 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", type=("build", "run"))
|
||||||
depends_on("py-torch@:1", when="@:1.4.1", type=("build", "run"))
|
depends_on("py-torch@:1", when="@:1.4.1", type=("build", "run"))
|
||||||
depends_on("py-torchvision", type=("build", "run"))
|
depends_on("py-torchvision", type=("build", "run"))
|
||||||
|
Loading…
Reference in New Issue
Block a user