Skip to content

Commit 163799c

Browse files
fix(deps): update dependency numpy to v2.2.4
1 parent 3d5301d commit 163799c

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
@@ -41,7 +41,7 @@ dependencies = [
4141
"PyYAML>=5.0.0, <6.1",
4242
"jinja2>=2.11.1, <3.2",
4343
"visions[type_image_path]>=0.7.5, <0.8.2",
44-
"numpy>=1.16.0,<2.2",
44+
"numpy>=2.2.4,<3",
4545
# Could be optional
4646
# Related to HTML report
4747
"htmlmin==0.1.12",
@@ -87,7 +87,7 @@ spark = [
8787
"pyspark>=2.3.0",
8888
"pyarrow>=2.0.0",
8989
"pandas>1.1, <2, !=1.4.0",
90-
"numpy>=1.16.0,<1.24",
90+
"numpy>=2.2.4,<2.3",
9191
"visions[type_image_path]>=0.7.5, <0.7.7",
9292
]
9393
test = [

0 commit comments

Comments
 (0)