Skip to content

Commit

Permalink
Merge pull request #9 from DataChefHQ/bugfix/python-version-locked
Browse files Browse the repository at this point in the history
fix: python version locking
  • Loading branch information
kkiani authored Sep 6, 2024
2 parents 801fbad + 8a04a3d commit 04fec82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = [
{name = "Reza (Shahin) Khanipour", email = "[email protected]"},
]
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"}

Expand Down

0 comments on commit 04fec82

Please sign in to comment.