Skip to content

Commit

Permalink
relax boto3 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-moamen authored Oct 17, 2024
1 parent fcbb421 commit 20e98d8
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.1.3"
version = "0.1.4"
description = "common transformers used by the tidal personalization team."
authors = [
"Loay <loay@squareup.com>",
Expand All @@ -28,7 +28,7 @@ python = ">=3.10.13"
pyspark = ">=3.5.0,<=3.6.0"
numpy = ">=1.16.4"
s3fs = ">=2022.11.0"
boto3 = "1.24.59"
boto3 = ">=1.24.59"
pandas = ">=1.4.2"
great-expectations = "0.16.15"
scikit-learn = "1.4.0"
Expand Down

0 comments on commit 20e98d8

Please sign in to comment.