Skip to content

Commit 8308e5a

Browse files
alexbarrosaquemy
authored andcommitted
chore(deps): increase numpy upper limit (#1467)
* chore(deps): increase numpy upper limit * chore(deps): fixate numpy version for spark
1 parent c4bc9e4 commit 8308e5a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-spark.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# set ARROW_PRE_0_15_IPC_FORMAT=1 in your conf/spark-env.sh for toPandas functions to work properly
44
pyspark>=2.3.0
55
pyarrow>=2.0.0
6-
pandas>1.1, <2, !=1.4.0
6+
pandas>1.1, <2, !=1.4.0
7+
numpy>=1.16.0,<1.24

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pydantic>=1.8.1, <2
55
PyYAML>=5.0.0, <6.1
66
jinja2>=2.11.1, <3.2
77
visions[type_image_path]==0.7.5
8-
numpy>=1.16.0,<1.24
8+
numpy>=1.16.0,<1.26
99
# Could be optional
1010
# Related to HTML report
1111
htmlmin==0.1.12

0 commit comments

Comments
 (0)