Skip to content

Commit dda9fc6

Browse files
fix(deps): update dependency numpy to v2.2.3
1 parent 951b787 commit dda9fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.7.7",
44-
"numpy>=1.16.0,<2.2",
44+
"numpy>=2.2.3,<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.3,<2.3",
9191
"visions[type_image_path]==0.7.5",
9292
]
9393
test = [

0 commit comments

Comments
 (0)