Skip to content

Commit

Permalink
chore(deps): increase numpy upper limit (ydataai#1467)
Browse files Browse the repository at this point in the history
* chore(deps): increase numpy upper limit

* chore(deps): fixate numpy version for spark
  • Loading branch information
alexbarros authored and maciejb committed Oct 3, 2023
1 parent 546ffb6 commit 65b8026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements-spark.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
pandas>1.1, <2, !=1.4.0
numpy>=1.16.0,<1.24
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65b8026

Please sign in to comment.