We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8dfe9 commit 7e41ddeCopy full SHA for 7e41dde
1 file changed
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"pydantic>=2",
41
"PyYAML>=5.0.0, <6.1",
42
"jinja2>=2.11.1, <3.2",
43
- "visions[type_image_path]>=0.7.5, <0.7.7",
+ "visions[type_image_path]>=0.7.5, <0.8.2",
44
"numpy>=1.16.0,<2.2",
45
# Could be optional
46
# Related to HTML report
@@ -88,7 +88,7 @@ spark = [
88
"pyarrow>=2.0.0",
89
"pandas>1.1, <2, !=1.4.0",
90
"numpy>=1.16.0,<1.24",
91
- "visions[type_image_path]==0.7.5",
+ "visions[type_image_path]>=0.7.5, <0.7.7",
92
]
93
test = [
94
"pytest",
0 commit comments