py-lightly: add v1.4.7 (#38259)

This commit is contained in:
Adam J. Stewart 2023-06-08 13:04:16 -05:00 committed by GitHub
parent 436ecdfb19
commit 63cad5d338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class PyLightly(PythonPackage):
maintainers("adamjstewart")
version("1.4.7", sha256="dce719996d9b01b2a3c652e9cbab3ff80d078c4ed86d1adb39220d20e1f3fdf2")
version("1.4.6", sha256="1c8b904a96fadaefbaa00296eea0ac1e8b50cb10e94595c74b0abada5f4f5a64")
version("1.4.5", sha256="67b1de64950ff5bc35ef86fec3049f437ed1c9cb4a191c43b52384460207535f")
version("1.4.4", sha256="e726120437ee61754da8e1c384d2ed27d9a7004e037c74d98e3debbc98cbd4a4")
@ -22,6 +23,9 @@ class PyLightly(PythonPackage):
version("1.4.2", sha256="bae451fcd04fbd3cc14b044a2583ae24591533d4a8a6ff51e5f1477f9a077648")
version("1.4.1", sha256="4c64657639c66ee5c8b4b8d300fc9b5287dc7e14a260f3a2e04917dca7f57f5b")
# setup.py
depends_on("py-setuptools@21:", when="@1.4.2:", type="build")
# requirements/base.txt
depends_on("py-certifi@14.05.14:", type=("build", "run"))
depends_on("py-hydra-core@1:", type=("build", "run"))
@ -29,8 +33,6 @@ class PyLightly(PythonPackage):
depends_on("py-numpy@1.18.1:", type=("build", "run"))
depends_on("py-python-dateutil@2.5.3:", type=("build", "run"))
depends_on("py-requests@2.23:", type=("build", "run"))
depends_on("py-setuptools@21:", when="@1.4.2:", type="build")
depends_on("py-setuptools@21:65.5.1", when="@:1.4.1", type=("build", "run"))
depends_on("py-six@1.10:", type=("build", "run"))
depends_on("py-tqdm@4.44:", type=("build", "run"))
depends_on("py-urllib3@1.15.1:", type=("build", "run"))
@ -44,3 +46,6 @@ class PyLightly(PythonPackage):
# https://github.com/lightly-ai/lightly/issues/1153
depends_on("py-torch+distributed", when="@:1.4.4", type=("build", "run"))
# Historical dependencies
depends_on("py-setuptools@21:65.5.1", when="@:1.4.1", type=("build", "run"))