py-torchgeo: incompatible with lightning 2.3 (#45612)

This commit is contained in:
Adam J. Stewart 2024-08-07 13:38:33 +02:00 committed by GitHub
parent 0a735c6ea6
commit 1cce947be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,3 +169,6 @@ class PyTorchgeo(PythonPackage):
depends_on("py-pandas@0.19.1:2.0", when="@0.2+datasets", type="run")
depends_on("py-omegaconf@2.1:", when="@0.4.1+tests", type="run")
depends_on("py-tensorboard@2.9.1:", when="@0.4.1+tests", type="run")
# https://github.com/Lightning-AI/pytorch-lightning/issues/19977
conflicts("py-lightning@2.3")