From bc78e2e1b93c0038133926ec7e22de5e1d7a396e Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 13 May 2025 07:03:52 +0200 Subject: [PATCH] feat: update to ft-pandas-ta Freqtrade's compatibility fork of pandas-ta available at https://github.com/freqtrade/pandas-ta/ --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6dc838c6e..fa449bc64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "numpy>2.0,<3.0", "pandas>=2.2.0,<3.0", "TA-Lib", - "pandas-ta", + "ft-pandas-ta", "technical", "tabulate", "pycoingecko>=3.2.0", diff --git a/requirements.txt b/requirements.txt index afa2bc04a..cf0802b9a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy==2.2.4 pandas==2.2.3 bottleneck==1.4.2 numexpr==2.10.2 -pandas-ta==0.3.14b +ft-pandas-ta==0.3.15 ccxt==4.4.75 cryptography==44.0.2