py-lightly: fix conflict definition (#42449)

This commit is contained in:
Adam J. Stewart 2024-02-05 11:11:23 +01:00 committed by GitHub
parent 6ff3e17a7d
commit da36d069db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,5 +68,4 @@ class PyLightly(PythonPackage):
depends_on("py-torch+distributed", when="@:1.4.4", type=("build", "run"))
# https://github.com/microsoft/torchgeo/issues/1824
# FIXME: this conflict doesn't actually work because lightly does not have a dep on timm
conflicts("^py-timm@:0.9.8", when="@1.4.26")
conflicts("py-timm@:0.9.8", when="@1.4.26")