Skip to content

Commit

Permalink
relax pyspark versioning (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-moamen committed Sep 26, 2023
1 parent 3945cdf commit 704140e
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 @@ -11,7 +11,7 @@ classifiers = [

[tool.poetry]
name = "tidal_algorithmic_mixes"
version = "0.0.2"
version = "0.0.3"
description = "common transformers used by the tidal personalization team."
authors = [
"Loay <[email protected]>",
Expand All @@ -26,7 +26,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.0"
pyspark = "3.4.0"
pyspark = ">=3.3.0,<=3.4.0"
numpy = ">=1.16.4"
s3fs = "2022.11.0"
boto3 = "1.24.59"
Expand Down

0 comments on commit 704140e

Please sign in to comment.