From 62e01241139952788499e4ca32eb71d5a1cee9df Mon Sep 17 00:00:00 2001 From: loay Date: Thu, 17 Oct 2024 13:28:16 +0200 Subject: [PATCH] relax numpy even further --- .gitignore | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d5f56df..f37a908 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 312b768..32caea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", @@ -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"