Skip to content

Commit 180d220

Browse files
Update pandas requirement from <2.0.0 to <3.0.0
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@0.3.0...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f215f0 commit 180d220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
LOCAL_REQUIREMENTS = [
3333
"pyspark>=3.3.0",
3434
"delta-spark>=2.2.0",
35-
"pandas<2.0.0", # From 2.0.0 onwards, pandas does not support iteritems() anymore, spark.createDataFrame will fail
35+
"pandas<3.0.0", # From 2.0.0 onwards, pandas does not support iteritems() anymore, spark.createDataFrame will fail
3636
"numpy<1.24", # From 1.24 onwards, module 'numpy' has no attribute 'bool'.
3737
]
3838

0 commit comments

Comments
 (0)