Skip to content

Commit

Permalink
fix(deps): update dependency numpy to v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 951b787 commit dda9fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"PyYAML>=5.0.0, <6.1",
"jinja2>=2.11.1, <3.2",
"visions[type_image_path]>=0.7.5, <0.7.7",
"numpy>=1.16.0,<2.2",
"numpy>=2.2.3,<3",
# Could be optional
# Related to HTML report
"htmlmin==0.1.12",
Expand Down Expand Up @@ -87,7 +87,7 @@ spark = [
"pyspark>=2.3.0",
"pyarrow>=2.0.0",
"pandas>1.1, <2, !=1.4.0",
"numpy>=1.16.0,<1.24",
"numpy>=2.2.3,<2.3",
"visions[type_image_path]==0.7.5",
]
test = [
Expand Down

0 comments on commit dda9fc6

Please sign in to comment.