From 8d9e81885b4755e3e1b0c477501944a05463a24b Mon Sep 17 00:00:00 2001 From: CMGConseil <36569113+ActurialCapital@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:53:14 +0200 Subject: [PATCH] Updated requirements.txt --- pyproject.toml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e742f5..6297f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-blocks" -version = "0.1.9" +version = "0.1.10" description = "Extra blocks for scikit-learn features." authors = ["ActurialCapital"] license = "BSD 3-Clause License" diff --git a/requirements.txt b/requirements.txt index e04fc8a..30ad3ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ imbalanced-learn==0.12.3 ; python_version >= "3.11" and python_version < "4.0" joblib==1.4.2 ; python_version >= "3.11" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.11" and python_version < "4.0" +pandas-ta==0.3.14b ; python_version >= "3.11" and python_version < "4.0" pandas==2.2.2 ; python_version >= "3.11" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "4.0" pytz==2024.1 ; python_version >= "3.11" and python_version < "4.0"