From 6abcb0724388544b3a8f0f6a009d80732b1b514d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:50:47 +0000 Subject: [PATCH] fix(hm-imagebind): update dependency lancedb to v0.17.1 --- computer-vision/hm-imagebind/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer-vision/hm-imagebind/pyproject.toml b/computer-vision/hm-imagebind/pyproject.toml index 40ae40b2b0..e2088a3077 100644 --- a/computer-vision/hm-imagebind/pyproject.toml +++ b/computer-vision/hm-imagebind/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "gradio==5.9.1", "imagebind", "mayavi", - "lancedb==0.17.0", + "lancedb==0.17.1", "pandas==2.2.1", ]