Skip to content

Commit f593f3b

Browse files
chore(deps): update dependency numpy to v2.2.2
1 parent b4bbc88 commit f593f3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-spark.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
pyspark>=2.3.0
55
pyarrow>=2.0.0
66
pandas>1.1, <2, !=1.4.0
7-
numpy>=1.16.0,<1.24
7+
numpy>=2.2.2,<2.3
88
visions[type_image_path]==0.7.5
99

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pydantic>=2
55
PyYAML>=5.0.0, <6.1
66
jinja2>=2.11.1, <3.2
77
visions[type_image_path]>=0.7.5, <0.8.0
8-
numpy>=1.16.0, <2.2
8+
numpy>=2.2.2, <3
99

1010
# Could be optional
1111
# Related to HTML report

0 commit comments

Comments
 (0)