From 151c343326e665a586a0d67e22c7605bfc523b5b Mon Sep 17 00:00:00 2001 From: Ashwin Nair Date: Wed, 6 Nov 2024 19:37:29 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 878a9217e3f..f01e4933f4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "einops>=0.3", # fiona 1.8.21+ required for Python 3.10 wheels "fiona>=1.8.21", - # kornia 0.7.4+ required for using native AugmentationSequential, allowing us to replace our custom implementation + # kornia 0.7.4+ required for AugmentationSequential support for unknown keys "kornia>=0.7.4", # lightly 1.4.5+ required for LARS optimizer # lightly 1.4.26 is incompatible with the version of timm required by smp