Skip to content

Commit 439fdbc

Browse files
committed
fix: pyproject
1 parent f8b0702 commit 439fdbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dev = [
8484
# note that if you are using pyspark 2.3 or 2.4 and pyarrow >= 0.15, you might need to
8585
# set ARROW_PRE_0_15_IPC_FORMAT=1 in your conf/spark-env.sh for toPandas functions to work properly
8686
spark = [
87-
"pyspark>=3.0.*",
87+
"pyspark>=3.0",
8888
"pyarrow>=4.0.0",
8989
"pandas>1.1",
9090
"numpy>=1.16.0",

0 commit comments

Comments
 (0)