Skip to content

Commit

Permalink
Merge pull request #25 from tidal-music/relax-even-futher
Browse files Browse the repository at this point in the history
relax numpy even further
  • Loading branch information
l-moamen authored Oct 17, 2024
2 parents 17c0663 + 62e0124 commit d67516e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
/.python-version
/poetry.lock
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_per_transformers"
version = "0.2.7"
version = "0.2.8"
description = "common transformers used by the tidal personalization team."
authors = [
"Loay <loay@squareup.com>",
Expand All @@ -25,7 +25,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10.0"
pyspark = ">=3.5.0"
numpy = "^1.24.0"
numpy = "^1.23.0"
pandas = ">=1.4.2"
great-expectations = "0.16.15"
scikit-learn = "1.4.0"
Expand Down

0 comments on commit d67516e

Please sign in to comment.