py-pytorch-lightning: torch~distributed not supported in 1.9.0 (#35809)

This commit is contained in:
Adam J. Stewart 2023-03-07 13:05:39 -07:00 committed by GitHub
parent 4e6a8a40b7
commit 68dfcd10e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,8 @@ class PyPytorchLightning(PythonPackage):
depends_on("py-torchtext@0.7:", when="@1.5+extra", type=("build", "run"))
depends_on("py-torchtext@0.5:", when="@:1.4+extra", type=("build", "run"))
# https://github.com/Lightning-AI/lightning/issues/16637
conflicts("^py-torch~distributed", when="@1.9.0")
# https://github.com/Lightning-AI/lightning/issues/15494
conflicts("^py-torch~distributed", when="@1.8.0")
# https://github.com/Lightning-AI/lightning/issues/10348