Skip to content

Commit d157e4e

Browse files
author
Ghislain Fourny
committed
Remove minor version requirement for Spark.
1 parent 0c29f21 commit d157e4e

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
@@ -8,7 +8,7 @@ version = "0.1.0a9"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"pyspark==4.0.0"
11+
"pyspark==4.0"
1212
]
1313
authors = [
1414
{name = "Ghislain Fourny", email = "ghislain.fourny@inf.ethz.ch"},

0 commit comments

Comments
 (0)