diff --git a/pyproject.toml b/pyproject.toml index 04c855c..8a3402a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ authors = [ {name = "Reza (Shahin) Khanipour", email = "shahin@DataChef.co"}, ] dependencies = [ - "pyspark==3.3.2" + "pyspark>=3.3.2" ] -requires-python = "==3.10.14" +requires-python = ">=3.10.14" readme = "README.md" license = {text = "Apache-2.0"}