Skip to content

Commit 36734a3

Browse files
chore(deps): update dependency numpy to v2
1 parent 5a185b0 commit 36734a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-spark.txt

Lines changed: 1 addition & 1 deletion
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.0.1,<2.1
88
visions[type_image_path]==0.7.5
99

requirements.txt

Lines changed: 1 addition & 1 deletion
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.7.7
8-
numpy>=1.16.0, <2
8+
numpy>=2.0.1, <3
99
# Could be optional
1010
# Related to HTML report
1111
htmlmin==0.1.12

0 commit comments

Comments
 (0)