py-lightning: py-torch~distributed is broken again (#40696)

This commit is contained in:
Adam J. Stewart 2023-10-25 06:06:35 -05:00 committed by GitHub
parent f4bbc0dbd2
commit 3063093322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,3 +94,6 @@ class PyLightning(PythonPackage):
depends_on("py-websocket-client@:2", type=("build", "run"))
depends_on("py-websockets@:12", when="@2.0.5:", type=("build", "run"))
depends_on("py-websockets@:11", when="@:2.0.4", type=("build", "run"))
# https://github.com/Lightning-AI/lightning/issues/18858
conflicts("^py-torch~distributed", when="@2.1.0")