py-lightly: fix conflict definition (#42449)
This commit is contained in:
parent
6ff3e17a7d
commit
da36d069db
1 changed files with 1 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue