Skip to content

Commit 7e41dde

Browse files
authored
chore: update visions dependencies for spark and pandas (#1720)
1 parent fc8dfe9 commit 7e41dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"pydantic>=2",
4141
"PyYAML>=5.0.0, <6.1",
4242
"jinja2>=2.11.1, <3.2",
43-
"visions[type_image_path]>=0.7.5, <0.7.7",
43+
"visions[type_image_path]>=0.7.5, <0.8.2",
4444
"numpy>=1.16.0,<2.2",
4545
# Could be optional
4646
# Related to HTML report
@@ -88,7 +88,7 @@ spark = [
8888
"pyarrow>=2.0.0",
8989
"pandas>1.1, <2, !=1.4.0",
9090
"numpy>=1.16.0,<1.24",
91-
"visions[type_image_path]==0.7.5",
91+
"visions[type_image_path]>=0.7.5, <0.7.7",
9292
]
9393
test = [
9494
"pytest",

0 commit comments

Comments
 (0)