From 0b0790ebb4dae4025c7c19d148ac4a509050cfb3 Mon Sep 17 00:00:00 2001 From: Fabiana <30911746+fabclmnt@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:39:30 -0800 Subject: [PATCH] chore: update visions dependencies for spark and pandas --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0041d802..f0516ae48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pydantic>=2", "PyYAML>=5.0.0, <6.1", "jinja2>=2.11.1, <3.2", - "visions[type_image_path]>=0.7.5, <0.7.7", + "visions[type_image_path]>=0.7.5, <0.8.2", "numpy>=1.16.0,<2.2", # Could be optional # Related to HTML report @@ -88,7 +88,7 @@ spark = [ "pyarrow>=2.0.0", "pandas>1.1, <2, !=1.4.0", "numpy>=1.16.0,<1.24", - "visions[type_image_path]==0.7.5", + "visions[type_image_path]>=0.7.5, <0.7.7", ] test = [ "pytest",