We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a185b0 commit 36734a3Copy full SHA for 36734a3
requirements-spark.txt
@@ -4,6 +4,6 @@
4
pyspark>=2.3.0
5
pyarrow>=2.0.0
6
pandas>1.1, <2, !=1.4.0
7
-numpy>=1.16.0,<1.24
+numpy>=2.0.1,<2.1
8
visions[type_image_path]==0.7.5
9
requirements.txt
@@ -5,7 +5,7 @@ pydantic>=2
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
+numpy>=2.0.1, <3
# Could be optional
10
# Related to HTML report
11
htmlmin==0.1.12
0 commit comments