py-lightly: py-torch~distributed supported in next release (#37558)

This commit is contained in:
Adam J. Stewart 2023-05-13 17:49:45 -05:00 committed by GitHub
parent c5a24675a1
commit 081e21f55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,4 +42,4 @@ class PyLightly(PythonPackage):
depends_on("py-pytorch-lightning@1.0.4:1", when="@:1.4.1", type=("build", "run"))
# https://github.com/lightly-ai/lightly/issues/1153
depends_on("py-torch+distributed", type=("build", "run"))
depends_on("py-torch+distributed", when="@:1.4.4", type=("build", "run"))