diff --git a/requirements-spark.txt b/requirements-spark.txt index bf74eaeab..e8850714c 100644 --- a/requirements-spark.txt +++ b/requirements-spark.txt @@ -3,4 +3,5 @@ # set ARROW_PRE_0_15_IPC_FORMAT=1 in your conf/spark-env.sh for toPandas functions to work properly pyspark>=2.3.0 pyarrow>=2.0.0 -pandas>1.1, <2, !=1.4.0 \ No newline at end of file +pandas>1.1, <2, !=1.4.0 +numpy>=1.16.0,<1.24 diff --git a/requirements.txt b/requirements.txt index 7a72d3c32..263c7c21d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic>=1.8.1, <2 PyYAML>=5.0.0, <6.1 jinja2>=2.11.1, <3.2 visions[type_image_path]==0.7.5 -numpy>=1.16.0,<1.24 +numpy>=1.16.0,<1.26 # Could be optional # Related to HTML report htmlmin==0.1.12