Skip to content

Commit

Permalink
chore(deps): update dependency pandas to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent f978af0 commit 3a67ad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-spark.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +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>2.1, <3, !=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
@@ -1,5 +1,5 @@
scipy>=1.4.1, <1.12
pandas>1.1, <2.1, !=1.4.0
pandas>2.1, <2.2, !=1.4.0
matplotlib>=3.2, <3.9
pydantic>=2
PyYAML>=5.0.0, <6.1
Expand Down

0 comments on commit 3a67ad6

Please sign in to comment.